Vcl.Controls.TDragObject.Dropped

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Dropped: Boolean read FDropped;

C++

__property bool Dropped = {read=FDropped, nodefault};

Eigenschaften

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

Beschreibung

Gibt an, ob die Operation erfolgreich beendet wurde.

Dropped enthält true, wenn das gezogene Objekt erfolgreich abgelegt wurde.