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:
PASSWORD may be used in CREATE or GETPROP statements of an EDITTEXT or RICHEDITEXT object.
If the PASSWORD property is specified without an assignment, the action is the same as if PASSWORD=1 were given.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Password entry is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |