Command PV GET DRAG SOURCE

4D View

PV GET DRAG SOURCE

version 2003 (Modified)


PV GET DRAG SOURCE (area; source{; signatures})

ParameterTypeDescription
areaLongint4D View area
sourcePointerPointer to drag source object
signaturesString ArraySignatures array

Description

The PV GET DRAG SOURCE command sets the pointer source to the drag source object.

The signatures array is filled with the signatures of objects being moved. This parameter can be

used to distinguish 4D objects from other 4D View objects that have been dragged and thus execute the appropriate code during dropping. The signature of 4D objects is __OBJECT4D__ (each __ consists of two underlines). This internal signature cannot be modified. For more information, refer to the Drag and Drop, Introduction section.

Example

Refer to the example for the PV SET DRAG SIGNATURES command.

See Also

PV GET DROP TARGET.