password_char Attribute (DCL)

Specifies the character to be used to mask user input.

Supported Platforms: Windows only

password_char = "char";

If password_char is specified and is not null, that character is displayed in the edit box instead of the characters entered by the user. The use of this attribute has no effect on your application's retrieval of the value entered by the user; it alters only the display of the characters in the edit box.