Create a page window. This function to causes the page window to be created. Typically it is not necessary to call this function because SetCurrentPage will take care of creating the page window. The page window will not be shown until SetCurrentPage is called.

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

Syntax

C#
public SalBoolean CreatePage(
	SalString sTag
)

Parameters

sTag
Type: PPJ.Runtime..::..SalString

Return Value

See Also