Skip to main content

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

  1. Switch to the Object Inspector.

  2. Click the ellipsis button next to the tab control’s Properties.Tabs property.

  3. Manage tab captions as strings in the opened String List Editor window.

See Also