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:

  1. The CHECKED property may be used in GETPROP or SETPROP statements of an element in a DATATABLE Rows collection

  2. 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.

  3. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  4.  

    Value

    Keyword

    The checkbox is ...

    0

    $OFF

    not checked (default).

    1

    $ON

    checked.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference CHECKED Property CLASS or CLASSID Property