Command PV Is row selected

4D View

PV Is row selected

version 6.8


PV Is row selected (area; row) Integer

ParameterTypeDescription
areaLongint4D View area
rowLongintRow number

Function result Integer 0 = Not selected, 1 = Selected

Description

The PV Is row selected command returns 1 if the area row number row is part of the current selection. Otherwise, 0 is returned.

Example

Refer to the example for the PV SELECT COLUMNS command.

See Also

PV SELECT ROWS.