RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLabeledEdit.PasswordChar Property

Indicates the character, if any, to display in place of the actual characters typed in the control.

Pascal
property PasswordChar: Char;
C++
__property Char PasswordChar;

Use the PasswordChar property to create an edit control that displays a special character in place of any entered text. If PasswordChar is set to the null character (ANSI character zero), the edit control displays its text normally. If PasswordChar is any other character, the edit control displays PasswordChar in place of each character typed. PasswordChar affects the appearance of the edit control only. The value of the Text property reflects the actual characters that are typed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!