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:

  1. The SELECTED property may be used in GETPROP or SETPROP, statements of an row collection element in a DATATABLE.

  2. This property takes affect visually when a DATATABLE is bound to a HTMLCONTROL.. If not bound, the row selected 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 row is ...

    0

    $OFF

    not selected (default).

    1

    $ON

    selected.

     

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

     



    PL/B Language Reference SELECTALL Property SELECTED Property (TABPANEL)