Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deEndConfigurePlugins

deEndConfigurePlugins(
w_window
=> nil

Description

Indicates an end to a series of calls for deInstallPlugin and deRemovePlugin marked by the deBeginConfigurePlugins in the same application window.

Nested calls of deBeginConfigurePlugins and deEndConfirutePlugins are not supported.

Arguments

w_window

Application window in which deBeginConfigurePlugins was called.

Value Returned

nil

Always returns nil. The value is not significant.

Examples

Indicates the end of the series of calls for deInstallPlugin and deRemovePlugin marked by the deBeginConfigurePlugins in window:2.

(deEndConfigurePlugins (window 2)

Related Topics

deInstallPlugin

deRemovePlugin

deBeginConfigurePlugins


Return to top
 ⠀
X