PasswordChar
Specify character to be displayed in place of other characters inside cell.
pas
property PasswordChar: TChar read FPasswordChar write SetPasswordChar default 0;">
0;
Remarks
0, this property is ignored.
Example
pas
NxTextColumn61.PasswordChar := '*';