PASSWORD Property


PLBCMP GUI Only

 

The PASSWORD property echoes an asterisk (*) or PASSWORDCHAR for each character entered into the field. The property uses the following format:

PASSWORD[={value}]

Note the following:

  1. PASSWORD may be used in CREATE or GETPROP statements of an EDITTEXT or RICHEDITEXT object.

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

  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

    Password entry is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference PARTIALPUSH Property PASSWORDCHAR Property