IForeMethods.FindByKey

Syntax

FindByKey(Key: Integer): IForeMethod;

Parameters

Key. Custom method key.

Description

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

Comments

The method returns parameters of custom method in case of successive search and Null, if custome method is not found in collection. The custom method key can be obtained after adding method to the collection.

See also:

IForeMethods