Hallo zusammen,
hat jemand schonmal getestet ob Drag and Drop unter iOS läuft? Bei mir tut sich da garnix, unter Windows läuft es ganz normal.
Delphi-Quellcode:
rectangle.DragMode := TDragMode.dmAutomatic;
rectangle.OnDragOver := pruefeIrgendwas();
rectangle.OnDragDrop := macheIrgendwas();