NextPrevUpTopContentsIndex

component-name

Function
Summary

Gets and sets the component-name of an ole-control-pane.

Package

capi

Signature

component-name pane => name

(setf component-name) name pane => name

Description

The function component-name accesses the component-name of an ole-control-pane.

When the ole-control-pane is created, it automatically opens the component and inserts it.

If (setf component-name) is called on a pane that is already created, any existing component is closed, and the new component is opened and inserted. (setf component-name) also sets the pane's user-component to nil .

Note: component-name 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