IMetabaseCustomForeEvents.Remove

Fore Syntax

Remove(Index: Integer): Boolean;

Fore.NET Syntax

Remove(Index: integer): boolean;

Parameters

Index. Index of removed custom event.

Description

The Remove method removes a custom event from the collection by its index.

Comments

If the custom event is removed successfully from the collection, the method returns True, otherwise it returns False.

Fore and Fore.NET Examples

The method use is given in the example for IMetabaseCustomExtender.Events.

See also:

IMetabaseCustomForeEvents