PageInsertFromClipboardΒΆ

PageInsertFromClipboard pastes the clipboard contents into the given page.

bool = PageInsertFromClipboard(hPage)

Return Value

bool TRUE if the function is successfully; otherwise FALSE.

Parameters

hPage

Identifies the page.

Comment

The function invokes the _DoPasteSpecial(hPage) function specified in clipboard.ic. A dialog box is displayed to select the format in insert. For OLE and UniPlot data PagePaste is used.

id-706525