Language Reference Guide : 4. System Classes : FormField Class : IsSelected Attribute
 
Share this page                  
IsSelected Attribute
Data Type: smallint
4GL Access: RW
Specifies whether a field is selected.
Valid values are:
TRUE
Specifies that a field is selected.
When you set this attribute to TRUE, it highlights the field and triggers the appropriate Select, Unselect, or SelectionChanged event.
FALSE
Specifies that a field is not selected
Default: FALSE
OpenROAD enforces this attribute only for fields with select bias settings (FB_MARKABLE, FB_MOVEABLE, FB_RESIZEABLE, and FB_FLEXIBLE).