Commands and Topics for PV Drag drop allowed
The constants of this theme allow indicating or getting the type of source and target elements accepted by a 4D View area for drap and drops. These constants can be added in order to authorize several types of elements.
An example of usage is provided in the description for the PV SET DRAG SIGNATURES command.
Related command(s):
PV Get area property
PV SET AREA PROPERTY
Constant | Type | Value |
pv DD 4D objects | Long Integer | 1024 |
pv DD adjacent cells | Long Integer | 4 |
pv DD adjacent columns | Long Integer | 256 |
pv DD adjacent rows | Long Integer | 32 |
pv DD multiple cells | Long Integer | 8 |
pv DD multiple columns | Long Integer | 512 |
pv DD multiple rows | Long Integer | 64 |
pv DD not allowed | Long Integer | 0 |
pv DD single cell | Long Integer | 2 |
pv DD single column | Long Integer | 128 |
pv DD single row | Long Integer | 16 |