ITsModelParamValues.FindByKey

Syntax

FindByKey(Key: Integer): ITsModelParamValue;

Parameters

Key. Parameter key.

Description

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

Comments

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

See also:

ITsModelParamValues