Vcl.ComCtrls.TListGroup.HeaderAlign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeaderAlign: TAlignment read FHeaderAlign write SetHeaderAlign;

C++

__property System::Classes::TAlignment HeaderAlign = {read=FHeaderAlign, write=SetHeaderAlign, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

Description

Alignment of list view group header.

HeaderAlign is the alignment of the Header of a list view group. It is one of the TAlignment values.

See Also

Code Examples