iOSTextField.Password

From Xojo Documentation

Property (As Boolean )
aiOSTextField.Password = newBooleanValue
or
BooleanValue = aiOSTextField.Password

Supported on Mobile (iOS).

Indicates if this is is a password, which means the text is obscured as it is entered.

Sample Code

Activate password entry mode for the text field:

PasswordField.Password = True