Top Method Summary
Options Name Purpose
Progress.Lang.Object GetPluginReference (Class) Returns the reference to the given plugin
LOGICAL IsPluginActive (character) Returns if the plugin with the given name is active
LOGICAL IsPluginActive (Class) Returns if the plugin matching the given class is active


Method Detail
Top

Progress.Lang.Object GetPluginReference (Class)

Purpose: Returns the reference to the given plugin
Notes: Supports inherited plugin

Parameters:
poClass Progress.Lang.Class
The class of the plugin to return
Returns Progress.Lang.Object
The reference to the loaded plugin or ?
Top

LOGICAL IsPluginActive (character)

Purpose: Returns if the plugin with the given name is active
Notes:

Parameters:
pcPluginName CHARACTER
The name of the Plugin
Returns LOGICAL
Logical value indicating if the plugin is loaded
Top

LOGICAL IsPluginActive (Class)

Purpose: Returns if the plugin matching the given class is active
Notes: Supports inherited plugin

Parameters:
poClass Progress.Lang.Class
The class of the plugin to check
Returns LOGICAL
Logical value indicating if a matching plugin is loaded


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:20:15