I making a Firemonkey application where the user must be able to drag and drop different elements to a grid in the same application. For this I am setting DragMode to dmAutomatic but I don't if this is the right method for this or if I should make something with a mouselistener like in this Java example http://www.java-forums.org/awt-swing/19817-java-2d-graphics-drag-drop.html. Please give your suggestions.

I making a Firemonkey application where the user must be able to drag and drop different elements to a grid in the same application. For this I am setting DragMode to dmAutomatic but I don't if this is the right method for this or if I should make something with a mouselistener like in this Java example http://www.java-forums.org/awt-swing/19817-java-2d-graphics-drag-drop.html. Please give your suggestions.

Comments