Vcl.Controls.TDragControlObject

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TBaseDragControlObjectVcl.Controls.TDragObjectSystem.TObjectTDragControlObject

Delphi

TDragControlObject = class(TBaseDragControlObject)

C++

class PASCALIMPLEMENTATION TDragControlObject : public TBaseDragControlObject

Properties

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

Description

TDragControlObject object provides for normal drag-and-drop operations.

TDragControlObject object performs normal drag-and-drop operations. When TDragControlObject is used, the OnDragOver and OnDragDrop events receive the control being dragged as the Sender, instead of the drag object itself.

Note: TDragControlObject is not automatically freed at the end of a drag operation. For a drag object that is automatically freed, use TDragControlObjectEx.

See Also