[Overview][Constants][Types][Classes][Procedures and functions][Index] |
PasswordChar : the character which appears in the Edit box replacing and masking the actual character typed
Source position: stdctrls.pp line 760
public property TCustomEdit.PasswordChar: Char |
PasswordChar : the character which appears in the Edit box replacing and masking the actual character typed.
Typically used in password input, to prevent the typed characters from being seen by passers-by or casual observers (or even malicious observers!)
lazarus-ccr.sourceforge.net |