AddExternDocPageΒΆ

AddExternDocPage copies a UniPlot document page into the clipboard and inserts the contents into the page with the handle hPage.

bool = AddExternDocPage(hPage, ssDocName, ssPageName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

hPage

hPage is the handle of the page.

ssDocName

ssDocName is the complete name of the UniPlot Document.

ssPageName

ssPageName is the page name.

Comment

The function can be found in the file ic_util.ic.

id-778056