4D View v16

PV GET DRAG SOURCE

Home

 
4D View v16
PV GET DRAG SOURCE

PV GET DRAG SOURCE 


 

PV GET DRAG SOURCE ( area ; source ; signatures ) 
Parameter Type   Description
area  Longint in 4D View area
source  Pointer in Pointer to drag source object
signatures  String array in Signatures array

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

 
PROPERTIES 

Product: 4D View
Theme: PV Drag and drop
Number: 15832

 
HISTORY 

Modified: 4D View 2003

 
ARTICLE USAGE

4D View Language ( 4D View v16)