Sets or clears a table window 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 SetRowFlags(
	SalNumber rowNum,
	SalNumber flags,
	SalBoolean on
)

Parameters

rowNum
Type: PPJ.Runtime..::..SalNumber
The row number of the row whose flags you want to set or clear.
flags
Type: PPJ.Runtime..::..SalNumber
The row flags. You can combine any of the ROW* flags using the OR (|) operator.
on
Type: PPJ.Runtime..::..SalBoolean
Whether to set (TRUE) or clear (false) the specified flags.

Return Value

bool

See Also