Vcl.ComCtrls.TPageControl.TabWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabWidth: SmallInt write SetTabWidth default 0;

C++

__property TabWidth = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TPageControl

Description

Specifies the horizontal size, in pixels, of the tabs in the tab control.

Vcl.ComCtrls.TPageControl.TabWidth inherits from Vcl.ComCtrls.TCustomTabControl.TabWidth. All content below this line refers to Vcl.ComCtrls.TCustomTabControl.TabWidth.

Specifies the horizontal size, in pixels, of the tabs in the tab control.

TabWidth specifies a fixed width for all tabs. If TabWidth is 0, then each tab is automatically made wide enough to show its caption.

See Also

Code Examples