maxLength

Type: Integer

Availability: Read or write at any time

The maxLength property of the JadeTableElement class contains the maximum amount of text that can be entered into a table element that has the inputType property set to the Table class constant value of InputType_TextBox (2), InputType_TextNumeric (4), or InputType_SignedNumeric (6). For a description of this property, see the Table control maxLength property.

The code fragment in the following example shows the use of the maxLength property.

table1.accessColumn(2).maxLength := 6;