Command WR GET DROP TARGET

4D Write

WR GET DROP TARGET

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 4D commands such as Drop position in order to manage the operation.

See Also

WR GET DROP INFO, WR ON EVENT.