IMetabaseCustomForeEvents.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseCustomForeEvent;

Parameters

Key. Custom event key.

Description

The FindByKey method searches the custom event in the collection by its key.

Comments

To delete the custom event from collection by its key, use the IMetabaseCustomForeEvents.RemoveByKey method.

See also:

IMetabaseCustomForeEvents