Password_State - DfBaseForm
Determines if each character of a form's value is masked by an asterisk "*", rather than the characters that are typed
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Boolean Password_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Password_State to BooleanVariable |
| Write Access: | Set Password_State to BooleanVariable/Value |
Description
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.
Sample
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.