Vcl.Controls.TBaseDragControlObject.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl write FControl;

C++

__property TControl* Control = {read=FControl, write=FControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TBaseDragControlObject

Description

Indicates the control that is being dragged.

Use Control to gain access to the object that is being dragged. Depending on the operation, its properties can affect the appearance of the drag cursor and whether a drag target accepts the control.

See Also