Show contents 

Metabase > Metabase Assembly Interfaces > IMetabaseCustomForeEvents > IMetabaseCustomForeEvents.Remove

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.

See also:

IMetabaseCustomForeEvents