Constants for PV Selection action

4D View


Commands and Topics for PV Selection action


The constants in this theme allow specifying the action to execute when a selection command has been used, if a selection of cells already exists:
• "pv selection set": the new selection replaces the existing selection.
• "pv selection add": the new selection is added to the existing selection.
• "pv selection reduce": the selection is removed from the existing selection. If the current cell is included in the designated elements, it is deselected and the area will no longer have a current cell.

Related command(s):
PV SELECT CELL
PV SELECT COLUMNS
PV SELECT RANGE
PV SELECT RANGES LIST
PV SELECT ROWS

ConstantTypeValue
pv selection addLong Integer1
pv selection reduceLong Integer2
pv selection setLong Integer0