![]() |
• Interface Manager | ||||||||||
|
API Links
Developer Links
|
class PasswordWidgetDefined in:
The C4Widgets.hPasswordWidget class represents an interface widget that displays an editable text box for passwords.
Definition
Member Functions
Constructor
Parameters
Description
The PasswordWidget class is a special type of EditTextWidget that is intended for password entry. The specific characteristics that differentiate a password widget from an ordinary editable text widget are as follows.1. The text displayed in the text box is always a sequence of dot characters (Unicode value U+2022). 2. If the user attempts to copy text from a password widget, then only the dot characters are copied. 3. The memory occupied by the actual password text is intentionally erased when the password widget is destroyed as a security feature. The TextWidget::GetText function cannot retrieve the password string from a password widget. Instead, the PasswordWidget::GetPassword function should be used.
Base Classes
|