foreColor

Type: Integer

Availability: Read or write at any time

The foreColor property of the JadeTableElement class contains the foreground color used to display text in a table element. For a description of this property, see the Control class foreColor property.

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

table1.accessRow(2).foreColor := Red;