RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSections Class

THeaderSections is a container for THeaderSection objects.

Pascal
THeaderSections = class(TCollection);
C++
class THeaderSections : public TCollection;

ComCtrls

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 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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!