Vcl.Controls.TControl.Dragging

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Dragging: Boolean;

C++

bool __fastcall Dragging();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Beschreibung

Gibt an, ob das Steuerelement gezogen wird.

Mit Dragging können Sie ermitteln, ob das Steuerelement gezogen wird. Wenn die Methode true zurückgibt, wird das Steuerelement gezogen, andernfalls nicht.

Siehe auch