TextBox.IsPassword

Syntax

IsPassword: Boolean

Description

The IsPassword property determines whether inputted text is hidden.

Comments

Use JSON or the setIsPassword method to set the property value, and the getIsPassword method to get the property value.

If the property is set to True, text will be replaced, otherwise - it will not be replaced.

By default the property is set to False.

Example

The property use is given in description of the TextBox.Blur property.

See also:

TextBox