THeaderStyle specifies the style of a header control.
THeaderStyle = ( hsButtons, hsFlat );
enum THeaderStyle { hsButtons, hsFlat };
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|