RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.THeaderStyle Enumeration

THeaderStyle specifies the style of a header control.

Pascal
THeaderStyle = (
  hsButtons,
  hsFlat
);
C++
enum THeaderStyle {
  hsButtons,
  hsFlat
};

ComCtrls

THeaderStyle can have one of the following values:

Value 
Meaning 
hsButtons  
The column sections are buttons.  
hsFlat  
The column sections are flat buttons.  

 

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