BBjEditBox::setPasswordVisible
Description
In BBj 18.00 and higher, this method sets whether the password in this password-style BBjEditBox is visible.
Syntax
Return Value |
Method |
void |
setPasswordVisible(boolean visible) |
Parameters
Variable |
Description |
visible |
Specifies whether the password in this password-style BBjEditBox is visible. |
|
false(0) = Not visible (shows platform-defined fill characters, the default) true (1) = Visible |
Return Value
None.
Remarks
This method is only available on password-style BBjEditBox controls. By default, the password in a password-style BBjEditBox is not visible; it shows platform-defined fill characters (e.g. '*' or '•').
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.