ISharedAdhocPlugins.FindByKey

Syntax

FindById(Key: Integer): ISharedAdhocPlugin;

Parameters

Key. Key of the plugin to find.

Description

The FindByKey method searches for the plugin with the specified key.

Comments

If the plugin with the specified key is not found, the method returns Null.

See also:

ISharedAdhocPlugins