[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Allows to obfuscate the displayed text, showing all characters as PasswordChar.
Source position: stdctrls.pp line 816
public property TCustomEdit.PasswordChar : Char |
Typically used in password input, to hide the input from other viewers.
Remark: | Malware still can read the Text property (WM_GETTEXT), to get the real text. |
|
Allows to modify the text display, useful for entering passwords. |
lazarus-ccr.sourceforge.net |