[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
Character to use when masking the text input
Source position: edit.inc line 59
published property TEdit.PasswordChar; |
Character to use when masking the text input. The default is ascii char 0, which will then display the TEdit text as normal. Changing it to any other character, will show the TEdit text masked with this character. The most used PasswordChar is the '*' character for password fields.