API:Vcl.Controls.TDragDockObjectEx

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TDragDockObjectVcl.Controls.TBaseDragControlObjectVcl.Controls.TDragObjectSystem.TObjectTDragDockObjectEx

Delphi

TDragDockObjectEx = class(TDragDockObject)

C++

class PASCALIMPLEMENTATION TDragDockObjectEx : public TDragDockObject

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.

Vcl.Controls.TDragDockObjectEx inherits from Vcl.Controls.TDragDockObject. All content below this line refers to Vcl.Controls.TDragDockObject.

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