RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHeaderControl.Create Constructor

Instantiate a TCustomHeaderControl object.

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

TCustomHeaderControl is an abstract class and should not be instantiated in application code. Concrete subclasses, such as THeaderControl, call the TCustomHeaderControl constructor in their own constructors. 

 

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