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

deRemovePlugin

deRemovePlugin(
w_window
S_plugin
)
=> t / nil

Description

Removes (or deactivates) the named plugin from the specified application window–session or tab window. If the ID is of a session window, the plugin is removed from all tab windows associated with the session window.

Arguments

w_window

Specifies the ID of the window from which the plugin is to be removed.

S_plugin

Specifies the name (string) or class name (symbol) of the plugin to be removed.

Value Returned

t

Returns t if the plugin is successfully removed.

nil

Returns nil if the named plugin is not found installed in the specified window or its exitTrigger returns nil.

Related Topics

deoExitTrigger


Return to top
 ⠀
X