PV SELECT ROWS

4D - Documentation   Français   English   German   4D View, Command Theme List   4D View, Command Alphabetical List   4D View, Constant Theme List   Back   Previous   Next

version 2004.4 (Modified)


PV SELECT ROWS (area; first; last; action)

ParameterTypeDescription
areaLongint4D View area
firstLongintFirst selected row
lastLongintLast selected row
actionIntegerSelect action

Description

The PV SELECT ROWS command selects the area rows included between row numbers first and last.

The action parameter allows defining the selection action that you want to execute when a selection of rows already exists: you can add the rows to the selection, reduce the selection to the rows or remove the row(s) from the selection.

action is defined using the PV Selection action constants.

Example

See the example for the command PV SELECT COLUMNS.

See Also

PV Is row selected.

Constants

PV Selection action theme.


4D - Documentation   Français   English   German   4D View, Command Theme List   4D View, Command Alphabetical List   4D View, Constant Theme List   Back   Previous   Next