CHECKED Property (DATATABLE)
10.5, PLBCMP GUI Only
The CHECKED property defines the checkbox state of an element of a DATATABLE Rows collection The property uses the following format:
CHECKED={value}
Note the following:
The CHECKED property may be used in GETPROP or SETPROP statements of an element in a DATATABLE Rows collection
This property only takes affect visually when a DATATABLEis bound to a HTMLCONTROL and the DATATABLE has CHECKBOXs enabled. If not bound, the checked 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 checkbox is ... |
|
0 |
$OFF |
not checked (default). |
|
1 |
$ON |
checked. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |