Vcl.Controls.TMouse.IsDragging

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsDragging: Boolean read GetIsDragging;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TMouse

Beschreibung

Gibt an, ob eine aktive Drag-Operation vorhanden ist.

Mit IsDragging können Sie feststellen, ob gerade eine Drag-Operation ausgeführt wird.