RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDockForm.Create Constructor

Creates an instance of TCustomDockForm.

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

Typically, applications do not create instances of TCustomDockForm. Instead, this class is instantiated automatically as needed by controls that specify it as the value of their FloatingDockSiteClass property.  

AOwner is the dock form's owner. 

 

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