TcxTab.Caption Property
Specifies a tab caption.
Declaration
property Caption: string read; write;
Property Value
Type |
---|
string |
Remarks
Truncated tab captions display an ellipsis to indicate that a tab’s width is insufficient to display them entirely. Set a tab control’s Properties.MultiLineTabCaptions property to True to allow tab captions to occupy multiple lines.
To manage tabs at design time
Switch to the Object Inspector.
Click the ellipsis button next to the tab control’s Properties.Tabs property.
Manage tab captions as strings in the opened String List Editor window.
See Also