NextPrevUpTopContentsIndex

ole-control-insert-object

Function
Summary

Embeds a user-specified document in an ole-control-pane.

Signature

ole-control-insert-object pane

Arguments

pane

An ole-control-pane.

Description

The function ole-control-insert-object prompts the user for a document using the Windows function OleUIInsertObject .

When the user specifies a document in the dialog presented, ole-control-insert-object embeds this document in the ole-control-pane pane .

Note: this function is implemented only in LispWorks for Windows. Load the functionality by (require "embed") .

Example

See the example in examples/com/ole/simple-container/doc-viewer-pair.lisp

See also

ole-control-pane


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex