Gets and sets the component-name of an ole-control-pane.
capi
component-name pane => name
(setf component-name) name pane => name
pane⇩ |
An ole-control-pane. |
name |
A string. |
name |
A string. |
The accessor component-name
accesses the component-name of pane.
When 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
.
component-name
is implemented only in LispWorks for Windows. Load the functionality by (require "embed")
.
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42