.. highlightlang:: us .. _pageinsertfromclipboard: PageInsertFromClipboard ======================= .. index:: PageInsertFromClipboard .. us.tag PageInsertFromClipboard ENGLISH PageSet clipboard Changed590 Changed592 :ref:`PageInsertFromClipboard` pastes the clipboard contents into the given page. .. function:: bool = PageInsertFromClipboard(hPage) .. us.return **Return Value** *bool* TRUE if the function is successfully; otherwise FALSE. .. us.params **Parameters** .. uparam:: hPage Identifies the page. .. us.comment **Comment** The function invokes the **_DoPasteSpecial(hPage)** function specified in :file:`clipboard.ic`. A dialog box is displayed to select the format in insert. For OLE and UniPlot data :ref:`PagePaste` is used. .. seealso:: :ref:`overview-document-pages`, :ref:`overview-clipboard`, :ref:`PageCopyToClipboard`, :ref:`PagePaste`, :ref:`AppGetActivePage` :sub:`id-706525`