RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeaderSection.Create Constructor

Creates and initializes a header section.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall THeaderSection(TCollection Collection);

Do not instantiate a THeaderSection object. Header sections are created automatically by the THeaderSections objects that use them. To add a section to a THeaderSections object, use its Add method instead. 

Create takes a THeaderSections instance as its argument. 

 

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