ITsModelParams.FindByKey

Syntax

FindByKey(Key: Integer): ITsModelParam;

Parameters

Key. Parameter key.

Description

The FindByKey method searches for parameter in the collection by its key.

Comments

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

See also:

ITsModelParams