Vcl.ComCtrls.THeaderControl.Sections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sections: THeaderSections read FSections write SetSections;

C++

__property Sections;

Properties

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

Description

Lists the header sections (column headings).

Vcl.ComCtrls.THeaderControl.Sections inherits from Vcl.ComCtrls.TCustomHeaderControl.Sections. All content below this line refers to Vcl.ComCtrls.TCustomHeaderControl.Sections.

Lists the header sections (column headings).

The Sections property holds a THeaderSections, that is, a collection of THeaderSections objects. At design time, header sections can be added, removed, or modified with the Sections editor. To open the Sections editor, select the Sections property in the Object Inspector, then double-click in the Value column to the right or click the ellipsis (...) button.

See Also

Code Examples