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: Integer iItem

ParameterDescription
iItem (Optional)The item number. If omitted, 0 is used.


Syntax
 Property Boolean Password_State

Read Access: Get Password_State [iItem] to BooleanVariable
Write Access: Set Password_State [iItem] 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.