Vcl.ComCtrls.THeaderSections
From RAD Studio API Documentation
Revision as of 16:37, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
THeaderSections = class(TCollection)
C++
class PASCALIMPLEMENTATION THeaderSections : public System::Classes::TCollection
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
THeaderSections is a container for THeaderSection objects.
Each THeaderSections objects holds a collection of THeaderSection objects displayed in a specific THeaderControl object. THeaderSections object maintains an index of the header sections in its Items array. The Count property (inherited from TCollection) contains the number of header sections in the collection. At design time, use the header control's Sections editor to add, remove, or modify header sections.