- Procedure PageClose([page])
PageClose
With the procedure PageClose
you can close a page that is currently
open.
PageClose(
page ! (optional) string expression
)
Arguments
- page (optional)
A string expression representing the name of the page that you want to close. This name is the unique name as it appears in the Page Manager tree. If you omit this argument, then
PageClose
closes the currently active page.
Return Value
The procedure returns 1 if the page is closed successfully, or a 0 otherwise.
Note
The active page can be obtained by PageGetActive
.
See also
The procedures PageOpen
, PageGetActive
, and PageOpenSingle
.