caption

Type: String

Availability: Read or write at run time only

The caption property of the JadeTableSheet class contains the text for the caption of the sheet referenced by this object. This caption is displayed in the tabs area of the current table.

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

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

table1.accessSheet(2).caption := "Company";