FMX.ExtCtrls.TDropTarget.DragDrop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DragDrop(const Data: TDragObject; const Point: TPointF); override;

C++

virtual void __fastcall DragDrop(const Fmx::Types::TDragObject &Data, const System::Types::TPointF &Point);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TDropTarget


Beschreibung

Dispatcher für die OnDragDrop- und OnDropped-Ereignisse.

DragDrop erbt von der Methode TControl.DragDrop und löst das OnDropped-Ereignis aus.

Siehe auch