|
|
|
| dcFolderListView component.
|
| type
|
| THeaderStyle = (hsButtons, hsFlat);
|
|
|
| property HeaderStyle: THeaderStyle;
|
| The HeaderStyle property specifies the appearance of the header sections above the ListView control. (Header visible only if the ViewStyle is vsReport).
|
|
|
| There are the possible values:
|
| Value Meaning
|
| hsButtons The column sections are buttons;
|
| hsFlat The column sections are flat buttons.
|