ISharedAdhocPlugins.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of plugin in collection.

Description

The Remove method removes the specified plugin from collection.

Comments

Indexing of plugins in the collection is continuous and starts with zero. To get the number of plugins in the collection, use the ISharedAdhocPlugins.Count property.

If the plugin is successfully removed, the method returns True, otherwise it returns False.

See also:

ISharedAdhocPlugins