Queries a row's flags.

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 GetRowFlags(
	SalNumber rowNum,
	SalNumber flags
)

Parameters

rowNum
Type: PPJ.Runtime..::..SalNumber
The row number of the row whose flags you want to test.
flags
Type: PPJ.Runtime..::..SalNumber
The row flags to test for. You can combine ROW* flags using the OR (|) operator.

Return Value

bool

See Also