📚 SAP Business One SDK Help

IsPassword Property
See Also 

Description

Specifies whether the input data is of the same look and feel as a password field.

The default value is false; setting it to true makes the EditText behaves like a password field.

If you get the value of the EditText via UI API, the value returned is the real value of the field.

Property type

Read-write property

Syntax

Visual Basic
Public Property IsPassword() As Boolean

Remarks

In order to avoid password revealing, this property does not work in system fields.

See Also