Vcl.Tabs.TTabStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabStyle = TTabSetTabStyle;

C++

typedef TTabSetTabStyle TTabStyle;

Properties

Type Visibility Source Unit Parent
enum
typedef
public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs Vcl.Tabs

Description

TTabStyle indicates whether a TTabSet control is owner-drawn.

These are the possible values:



Value Meaning

tsStandard

Each tab has the standard size and look.



tsOwnerDrawEach tab has the height specified with the TabHeight property and width needed to hold the text or glyph.