PasswordChar
PasswordChar
Specifies the default echo character for passworded edit controls
Integer property
Applies to: Edit
PasswordChar$
Specifies the default echo character for passworded DBedit controls
String property
Applies to: KCMLEdit
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$ = "#"