Description
The wTabCaption
property returns the caption of the tabbed page specified by the Index parameter.
Declaration
TestObj.wTabCaption(Index)
Read-Only Property | String |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Index | [in] | Required | Variant |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Parameters
The property has the following parameter:
Index
Specifies the index of the tabbed page whose caption you want to get. The index is zero-based. The total number of tabbed pages in the control is specified by the wTabCount
property.
Property Value
A string containing the caption of the specified tabbed page or an empty string, if the specified page is not found.
Example
To view an example that demonstrates how to use the wTabCaption
property, see Getting Tab Bar Items' Captions.