Vcl.ComCtrls.THeaderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THeaderStyle = (hsButtons, hsFlat);

C++

enum DECLSPEC_DENUM THeaderStyle : unsigned char { hsButtons, hsFlat };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

THeaderStyle specifies the style of a header control.

THeaderStyle can have one of the following values:


Value Meaning

hsButtons

The column sections are buttons.

hsFlat

The column sections are flat buttons.