This class is a text editing box that does not display characters entered.
![]() | PPasswordEditBox ( PInteractor * parent ) Create a password edit box control. |
![]() | PPasswordEditBox ( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, PString * valuePtr ) Create control from interactor layout with the specified control ID. |
![]() | SetPasswordCharacter ( char c ) Set the character displayed instead of entered characters. |
![]() | GetPasswordCharacter () Get the character displayed instead of entered characters. |
![]() | New functions for class |
PNotifier codes
Overrides from class PInteractor
Overrides from class PControl
Member variables
Overrides from class PObject
System callback functions.
This class is a text editing box that does not display characters entered. It is typically used for entering password in secure systems. Other than the display of a simgle character for all real characters entered it is identical to the ancestor PEditBox.
PPasswordEditBox( PInteractorLayout * parent, PRESOURCE_ID ctlID, const PNotifier & notify, PString * valuePtr )
ctlID - Identifier for the control in the layout.
notify - Function to call when changes state.
valuePtr - Variable to change to the editor value. New functions for class
void SetPasswordCharacter( char c )
char GetPasswordCharacter()
Alphabetic index HTML hierarchy of classes or Java