Vcl.ComCtrls.TCustomHeaderControl.Sections
Delphi
property Sections: THeaderSections read FSections write SetSections;
C++
__property THeaderSections* Sections = {read=FSections, write=SetSections};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
Description
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