RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolDockForm.Create Constructor

Creates an instance of TToolDockForm.

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

AOwner is the dock form's owner, which is responsible for freeing the tool dock form. 

The constructor initializes the BorderWidth property to 1. 

 

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