Language Reference Guide : 4. System Classes : ListField Class
 
Share this page                  
ListField Class
The ListField class displays a list of text strings that the end user can scroll through to select a single value or multiple values, depending on how the SelctionType attribute is set. The list is displayed in a fixed number of lines on the screen. This field is most useful for large lists of values or dynamically created lists.
The selections are stored in the ValueList attribute (see ValueList Attribute) of the ChoiceField class. See the description of ChoiceField Class.
Inherits From
Object Class
FieldObject Class
FormField Class
ActiveField Class
ScalarField Class
ChoiceField Class
EnumField Class
Inherited By
None
Attributes
HasSingleCharFind
SelectionType
VisibleRows
Methods
None