RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TTabStyle Type

TTabStyle indicates whether a TTabSet control is owner-drawn.

Pascal
TTabStyle = TTabSetTabStyle;
C++
TTabSetTabStyle TTabStyle;

Tabs

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!