RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Tabs.TTabStyle Type

TTabStyle indicates whether a TTabSet control is owner-drawn.

Pascal
TTabStyle = TTabSetTabStyle;
C++
TTabSetTabStyle TTabStyle;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!