Vcl.ComCtrls.TToolBarDockObject

From RAD Studio API Documentation

TToolBarDockObjectVcl.Controls.TDragDockObjectVcl.Controls.TBaseDragControlObjectVcl.Controls.TDragObjectSystem.TObject

Delphi

TToolBarDockObject = class(TDragDockObject)

C++

class PASCALIMPLEMENTATION TToolBarDockObject : public Vcl::Controls::TDragDockObject

Properties

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

Description

Contains drag-and-dock information for a control. {{#multireplace:Vcl.ComCtrls.TToolBarDockObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TDragDockObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TDragDockObject|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Contains drag-and-dock information for a control.

TDragDockObject is used in several events and methods that use drag-and-dock information, including the OnDockDrop and OnDockOver events of TWinControl.

Note: TDragDockObject is not automatically freed at the end of a drag-and-dock operation. To work with a drag object that is freed at the end of the drag-and-dock operation, use TDragDockObjectEx instead.

See Also