4. System Classes : TableField Class : _RowSelected Attribute
 
Share this page                  
_RowSelected Attribute
Data Type: integer
4GL Access: RW
This is a virtual attribute treated as a hidden column of a TableField. This attribute can be accessed directly from a 4GL statement through a TableField's variable, in a similar manner to _RowState (see _RowState Attribute).
Possible values include:
TRUE
Indicates that the row is selected
FALSE
Indicates that the row is not selected
If either the SelectionType attribute (see SelectionType Attribute) or ScrollingChangesSelection attribute (see ScrollingChangesSelection Attribute) is not set to nondefault values then the _RowSelected attribute is the only way to ascertain which rows are selected. For the correct syntax to use for this attribute, see the Programming Guide.