Password Property

The Password property determines what appears when an end user types information into an edit box. If the Password property is on, then the edit box displays asterisks, thus preventing observers from seeing what is being entered into the box.

Applies to: Edit boxes.

Setting dynamically:

Winform Set form.editbox.PASSWORD TO {0|1};

Property Settings:

0 - No

Displays the contents of the edit box (the default).

1 - Yes

Displays asterisks instead of the contents of the edit box.


WebFOCUS