BBjEditBox::isPasswordVisible
Description
In BBj 18.00 and higher, this returns whether the password in this password-style BBjEditBox is visible.
Syntax
Return Value |
Method |
boolean |
isPasswordVisible() |
Parameters
None.
Return Value
Returns whether the password in this password-style BBjEditBox is visible (false = not visible (shows platform-defined fill characters, the default), true = visible).
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
BBjEditBox::setPasswordVisible
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.