CreatePageWindowAsChild

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalWindowHandle CreatePageWindowAsChild(SalString sForm,
SalWindowHandle hWndParent,
SalNumber nLeft,
SalNumber nTop,
SalNumber nRight,
SalNumber nBottom)

Method CreatePageWindowAsChild overrides the base class method. Creates a form as a hidden child window.
 

Parameters

Name Description
SalString sForm The name of the form page.
SalWindowHandle hWndParent The parent window handle.
SalNumber nLeft The left coordinate in form units.
SalNumber nTop The top coordinate in form units.
SalNumber nRight The right coordinate in form units.
SalNumber nBottom The bottom coordinate in form units.

Returns

The return value is a Window Handle.