UpdateStringField method

This method updates the definition of a String field.

UpdateStringField ( FieldName , MaxLength , Password , Required , Value )
Argument Description
FieldName The name of the field to update.
MaxLength The maximum number of characters that can be typed in the field.
Password A Boolean value indicating whether the field value entry on device panel should be obscured.
Required A Boolean value indicating whether the field requires a value.
Value The default value of the field.

The field must exist on the form definition.