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