Gets and sets the component-name of an ole-control-pane.
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")
.