Language Reference Guide : 4. System Classes : FrameExec Class : SelectedList Attribute
 
Share this page                  
SelectedList Attribute
Data Type: array of FormField
4GL Access: R
The SelectedList attribute contains the set of fields that is currently selected.
The end user selects a field by clicking the mouse on it. Only fields set to one of the select biases (FB_MOVEABLE, FB_MARKABLE, FB_RESIZEABLE, or FB_FLEXIBLE) can be selected.
Because this attribute is for read access only, you cannot add or remove fields from the array using this attribute. To select fields using 4GL, use the IsSelected attribute defined for FormField.