Vcl.ComCtrls.TCustomTabControl.TabWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabWidth: Smallint read FTabSize.X write SetTabWidth default 0;

C++

__property short TabWidth = {read=FTabSize.x, write=SetTabWidth, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTabControl

Description

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