ACTIVEROW Property (DATATABLE)
10.5, PLBCMP GUI Only
The ACTIVEROW property indicates the selected row in a DATATABLE. The property uses the following format:
ACTIVEROW={value}
Note the following:
ACTIVEROW may be used in CREATE, SETPROP, or GETPROP statements.
This property only takes affect when a DATATABLE is bound to a HTMLCONTROL.
The {value} is a decimal number, a Numeric Variable, or an Expression which specifies a zero-based number of a row set to be the active row.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |