decimals

Type: Integer

Availability: Read or write at any time

The decimals property of the JadeTableElement class is used in conjunction with the Table control inputType property to indicate whether the text in an input cell is a Decimal primitive type numeric. For a description of this property, see the Table control comboList property.

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

table1.accessColumn(2).decimals := 2;