TextBox.MaxLength

Syntax

MaxLength: Number

Description

The MaxLength property sets maximum length for the text contained in text box.

Comments

Use JSON or the setMaxLength method to set the property value, and the getMaxLength method to get the property value.

Example

The property use is given in the Example of Creating the TextBox Component page.

See also:

TextBox