Allows obfuscation of the displayed text, showing all characters as PasswordChar.
Source position: stdctrls.pp line 870
public property TCustomEdit.PasswordChar : char |
Typically used in password input, to hide the input from other viewers. The value in Text is still available for the WM_GETTEXT message.
| Remark: | For the macOS Carbon widgetset, changing the default value for the property is not supported. |
|
Allows to modify the text display, useful for entering passwords. |
| Version 4.4 | Generated 2025-11-08 | Home |