SELECTALL Property


PLBCMP GUI Only

 

The SELECTALL property specifies that upon gaining focus an object should have all text selected. The property uses the following format:

SELECTALL={value}

Note the following:

  1. SELECTALL may be used in CREATE, SETPROP, or GETPROP statements of an EDITTEXT, EDITNUMBER, or RICHEDITTEXT object.

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

  3.  

    Value

    Keyword

    The initial selection mode is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

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

 



PL/B Language Reference SELCOLOR Property SELECTED Property (DATATABLE)