IMetabaseCustomForeEvents.RemoveByKey

Fore Syntax

RemoveByKey(Key: Integer): Boolean;

Fore.NET Syntax

RemoveByKey(Key: uinteger): boolean;

Parameters

Key. Key of removed custom event.

Description

The RemoveByKey method removes custom event from the collection by its key.

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