IMetabaseObjectParams.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseObjectParam;

Parameters

Key. Repository object parameter key.

Description

The FindByKey method enables the user to find a parameter by the specified Key key.

Comments

In case of successful search the method returns parameters settings, otherwise it returns Null.

See also:

IMetabaseObjectParams