Vcl.Controls.TControl.Dragging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Dragging: Boolean;

C++

bool __fastcall Dragging();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Indicates whether a control is being dragged.

Use Dragging to determine the drag state of the control. If Dragging returns true, the control is being dragged. If Dragging is false, the control is not being dragged.

See Also