RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TTabStyle Enumeration

TTabStyle indicates whether a TTabSet control is owner-drawn.

Pascal
TTabStyle = (
  tsTabs,
  tsButtons,
  tsFlatButtons
);
C++
enum TTabStyle {
  tsTabs,
  tsButtons,
  tsFlatButtons
};

These are the possible values:

Value 
Meaning 
tsStandard  
Each tab has the standard size and look.  
tsOwnerDraw  
Each 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!