Constants for PV Drag drop allowed

4D View


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

ConstantTypeValue
pv DD 4D objectsLong Integer1024
pv DD adjacent cellsLong Integer4
pv DD adjacent columnsLong Integer256
pv DD adjacent rowsLong Integer32
pv DD multiple cellsLong Integer8
pv DD multiple columnsLong Integer512
pv DD multiple rowsLong Integer64
pv DD not allowedLong Integer0
pv DD single cellLong Integer2
pv DD single columnLong Integer128
pv DD single rowLong Integer16