Password
Password
All characters are displayed as the password char
Enumerated type, possible values are:
Default | Grid default rules apply |
---|---|
True | Cell contains an obscured password |
False | Cell is plain text |
Introduced in KCML version 7.00
Password
Instructs the control to echo an asterisk as each character is entered
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: Edit
Password
All characters are displayed as the password char
Read-only This is a style property that is only available in the forms designer. It is possible to modify this programmatically through the Style property in the Create event.
Applies to: KCMLEdit
Introduced in KCML version 5.02
If this design time property is set to TRUE then the control will echo an asterisk as each character is entered. It is only available for single line edit controls, that is where the MultiLine is set to FALSE. The password character can be changed with the PasswordChar property.