IMsModelParams.FindByKey

Syntax

FindByKey(Key: Integer): IMsModelParam;

Parameters

Key. Required parameter key.

Description

The FindByKey method finds parameter in the collection by its key.

Comments

If the parameter with the specified key is not found, the method returns Null.

See also:

IMsModelParams