RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRibbonGroupDockForm.Create Constructor

Creates an instance of TToolDockForm.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TRibbonGroupDockForm(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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!