WebTextField.Password
From Xojo Documentation
This property was deprecated in version 2011r2. Please use WebTextField.Text as a replacement. |
Property (As Boolean )
aWebTextField.Password = newBooleanValue
or
BooleanValue = aWebTextField.Password
Supported for all project types and targets.
or
BooleanValue = aWebTextField.Password
Supported for all project types and targets.
If True, bullets appear in field instead of the characters the user typed.
Internet Explorer does not allow changing the Password property at runtime.