| Parameter | Description |
|---|---|
| iItem (Optional) | The item number. If omitted, 0 is used. |
Property Boolean Password_State
| Read Access: | Get Password_State [iItem] to BooleanVariable |
| Write Access: | Set Password_State [iItem] to BooleanVariable/Value |
When the Password_State property is set True, each character of a form's value is displayed as an asterisk "*", rather than the characters that is typed.
This sample shows how to set the Password_State to True.
Set Password_State to True
Default is False.
Password_State is a design-time only property.