Small company logo:
   History
 
Advertising banner:
 
 Form.SetListCount
Home • Help • A0 • Customization Tools • FCAS • Language Reference • Form.SetListCount
 
SetListCount (forms)
Purpose
Assigns the number of items to an array control.
Syntax
Form.ArrayControl.SetListCount (NumberofItems)
Example
MyForm.Show
MyForm.txtArray.SetListCount (20)