MULTISELECT Property


PLBCMP GUI Only

 

The MULTISELECT property allows an object to have multiple items selected by the user. The property uses the following format:

MULTISELECT[={value}]

Note the following:

  1. MULTISELECT may be used in CREATE or GETPROP statements of DATALIST, DATATABLE, or LISTVIEW objects.

  2. The GETITEM instruction retrieves the items selected in DATALIST objects.

  3. If the MULTISELECT property is specified without an assignment, the action is the same as if MULTISELECT=1 were given.

  4. This property only takes affect when a bind of a DATATABLE to a HTMLCONTROL is being used with the style set to LISTVIEW mode.

  5. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC.

  6. The supported values and keywords are:

  7.  

    Value

    Keyword

    Meaning

    0

    $OFF

    Multiple selections are disabled. (default)

    1

    $ON

    Multiple items may be selected using mouse clicks or double clicks.

    2

    $EXTENDED

    A range items may be selected using shift key, the ctrl key and a mouse click. (DATALIST only).

 

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

 



PL/B Language Reference MULTIROW Property NEGBORDERS Property