Procedure PageGetActive(page)

PageGetActive

With the procedure PageGetActive you can retrieve the name of the currently active page.

PageGetActive(
        page             ! (output) scalar string identifier
        )

Arguments

page

A string identifier to hold the name of the page that is currently active. If the same page name is used in more than one (library) project, then the prefix of the library project (or :: in case of the main project) will be prepended.

Return Value

The procedure returns 1 on success, or 0 if there is no currently active page.

See also

The procedures PageGetFocus and PageClose.