Tests the state of 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 GetTableFlags(
	SalNumber flags
)

Parameters

flags
Type: PPJ.Runtime..::..SalNumber
The table flags to test. You can combine TBL * flags using the OR (|) operator.

Return Value

True if any of the flags indicated by nFlags are set and FALSE otherwise.

See Also