History
Field.SetListCount
Home
•
Help
•
A0
•
Customization Tools
•
FCAS
•
Language Reference
•
Field.SetListCount
SetListCount (fields)
Purpose
Sets the last index of an array control in order to expand the control to a specific size.
Syntax
[
Form
].
Field
.SetListCount (
ArraySize
)
Example
frm.1stControl.SetListCount(10)