Vcl.ComCtrls.TListGroup.Header

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Header: string read FHeader write SetHeader;

C++

__property System::UnicodeString Header = {read=FHeader, write=SetHeader};

Properties

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

Description

Description at head of list view group.

Header is a text description at the head of a list view group. Its alignment is determined by the HeaderAlign property.

See Also

Code Examples