Cicode Programming Reference > Cicode Function Categories > Page Functions Introduction > PageHome

PageHome

Displays the predefined home page in the window.

Syntax

PageHome([sCluster])

sCluster:

Optional parameter to the Cluster to associate the page being opened with. Default value "".

Return Value

CT_ERROR_NO_ERROR (0) on success. CT_ERROR_BAD_HANDLE (269) if current window handle does not correspond to a valid window. CT_ERROR_INVALID_ARG (274) if INI parameter [Page]HomePage is not set.

See Also

Page Functions