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
The code fragment in the following example shows the use of the maxLength property.
table1.accessColumn(2).maxLength := 6;