Vcl.ComCtrls.TTabStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTabStyle = (tsTabs, tsButtons, tsFlatButtons);

C++

enum DECLSPEC_DENUM TTabStyle : unsigned char { tsTabs, tsButtons, tsFlatButtons };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

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.

tsOwnerDraw

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