Vcl.Forms.TCustomDockForm

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomDockForm

Delphi

TCustomDockForm = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TCustomDockForm : public TCustomForm

Properties

Type Visibility Source Unit Parent
class public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms Vcl.Forms

Description

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

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.

See Also