Command WR GET DRAG SOURCE

4D Write

WR GET DRAG SOURCE

version 2004


WR GET DRAG SOURCE (area; source)

ParameterTypeDescription
areaLongint4D Write area
sourcePointerPointer to source object of drag and drop

Description

The WR GET DRAG SOURCE command returns a pointer to the 4D field, 4D variable or the reference of the 4D Write area, which is the source of the drag and drop.

This command must be called within a wr on drag event. If the drag and drop originates from a 4D object, you can use the DRAG AND DROP PROPERTIES command to get additional information about the type of object being moved.

See Also

WR ON EVENT.