sheetCaption

Type: String

Availability: Read or write at run time only for tables

The sheetCaption property contains the caption for the current sheet of a Table control.

This caption is displayed in the tabs area of the table. It is contained in the portion of the table on which the user clicks to make a specific sheet visible.

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

tblPrices.sheetCaption := company.shortName;