PasswordChar

[property icon] PasswordChar

Specifies the default echo character for passworded edit controls

Integer property

Applies to: Edit


[property icon] PasswordChar$

Specifies the default echo character for passworded DBedit controls

String property

Applies to: KCMLEdit


>

PasswordChar

This property specifies the echo character used to replace each character as it is entered into the edit control. This property can be set both at design time and under program control. This is only available for single line edit controls. For example:

 .EditControl1.PasswordChar$ = "#"

See also

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