Selected Property (DATATABLE)
10.5, PLBCMP GUI Only
The SELECTED property highlights an element in the Rows collection of a DATATABLE. The property uses the following format:
SELECTED={value}
Note the following:
The SELECTED property may be used in GETPROP or SETPROP, statements of an row collection element in a DATATABLE.
This property takes affect visually when a DATATABLE is bound to a HTMLCONTROL.. If not bound, the row selected state is cleared.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The row is ... |
|
0 |
$OFF |
not selected (default). |
|
1 |
$ON |
selected. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |