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
|
Application window in which |
Value Returned
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
Return to top