RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THeader.Create Constructor

Creates a new THeader object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall THeader(TComponent * AOwner);

Call Create to instantiate a header at runtime. Headers added to forms at design time are created automatically. 

The AOwner parameter initializes the Owner property of the header. 

 

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