Password

[property icon] 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

Applies to: Grid , GridCell

Introduced in KCML version 7.00


[property icon] 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


[property icon] 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


>

Password

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.

See also

Edit methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events.