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

Parameters

flags
Type: PPJ.Runtime..::..SalNumber
The table flags. You can combine any of the TBL_* flags using the OR (|) operator.
on
Type: PPJ.Runtime..::..SalBoolean
Whether to set (TRUE) or clear (false) the specified flags.

See Also