[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TEdit.PasswordChar

Character to use when masking the text input

Declaration

Source position: edit.inc line 59

published property TEdit.PasswordChar;

Description

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.