deGetPlugins
deGetPlugins(
w_window
[ g_activeOnly ]
)
=> l_stdobj / nil
Description
Returns a list of all plugin instances installed in the given application window
Arguments
|
w_window
|
Specifies the ID of the application window (tab window) from which you want to get a list of instances of all plugins
|
|
g_activeOnly
|
(Optional) If non-nil, the function returns only the instances of active plugins in a given window. The default value is nil.
|
Value Returned
|
l_stdobj
|
Returns a list of all instances of the plugins installed in the given application window
|
|
nil
|
Returns nil if no plugin is found installed in the given application window
|
Return to top