All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

component-name Accessor

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

Arguments
pane
name
A string.
Values
name
A string.
Description

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.

Notes

component-name is implemented only in LispWorks for Windows. Load the functionality by (require "embed").

See also

ole-control-pane


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57