Vcl.Controls.TMouse.IsDragging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDragging: Boolean read GetIsDragging;

C++

__property bool IsDragging = {read=GetIsDragging, nodefault};

Properties

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

Description

Is there an active dragging operation?

Use IsDragging to determine whether a dragging operation is in progress.