RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection Class

THeaderSection represents a section of a header control.

Pascal
THeaderSection = class(TCollectionItem);
C++
class THeaderSection : public TCollectionItem;

THeaderControl objects use THeaderSection objects to maintain collections of THeaderSection objects. These THeaderSection objects represent resizable column headers. Each column header includes a text label and possibly a graphic image. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!