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