Vcl.Controls.TDragDockObject

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TBaseDragControlObjectVcl.Controls.TDragObjectSystem.TObjectTDragDockObject

Delphi

TDragDockObject = class(TBaseDragControlObject)

C++

class PASCALIMPLEMENTATION TDragDockObject : public TBaseDragControlObject

Properties

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

Description

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