RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDockForm Class

TCustomDockForm is the default floating dock site class for TControl objects.

Pascal
TCustomDockForm = class(TCustomForm);
C++
class TCustomDockForm : public TCustomForm;

Forms

When a control is created, TCustomDockForm is the type assigned to its FloatingDockSiteClass property. You can use TCustomDockForm as the basis for your own floating dock site class, and then assign the new class to the a control's FloatingDockSiteClass property. 

 

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