Scans backward in a table looking for a row whose flags match those specified.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean FindPrevRow(
	ref SalNumber rowNum,
	SalNumber flagsOn,
	SalNumber flagsOff
)

Parameters

rowNum
Type: PPJ.Runtime..::..SalNumber%
The row at which to begin the search; the search starts on row - 1.
flagsOn
Type: PPJ.Runtime..::..SalNumber
The flags the row should have
flagsOff
Type: PPJ.Runtime..::..SalNumber
The flags the row should not have.

Return Value

bool

See Also