inputType

Type: Integer

Availability: Read or write at run time only

The inputType property of the JadeTableElement class contains the type of input (if any) that is accepted by a table element.

For a description of this property, see the Table control inputType property.

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

table1.accessColumn(2).inputType := Table.InputType_Numeric;