THeaderStyle specifies the style of a header control.
THeaderStyle = ( hsButtons, hsFlat );
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!
|