WR GET DROP TARGET

4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next

version 2004


WR GET DROP TARGET (area; target)

ParameterTypeDescription
areaLongint4D Write area
targetPointerPointer to target object of drag and drop

Description

The WR GET DROP TARGET command returns a pointer to the 4D field, 4D variable or the reference of the 4D Write area, in which the drop took place.

This command must be called within a wr on drop event. If the drop takes place in a 4D Write area, you can use the WR GET DROP INFO command to get additional information about the area and location of the drop. If the drop takes place in a 4D object, you must use 4th Dimension commands such as Drop position in order to manage the operation.

See also

WR GET DROP INFO, WR ON EVENT.


4D - Documentation   Français   English   German   4D Write, Command Theme List   4D Write, Command Alphabetical List   4D Write, Constant Theme List   Back   Previous   Next