IMetabaseCustomForeEvents.Remove

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