IBProcessParams.FindByKey

Syntax

FindByKey(Key: Integer): IBProcessParam;

Parameters

Key. Process parameter key.

Description

The FindByKey method searches for parameter by key.

Comments

The method returns parameter settings in case of successful search, and Null if the parameter with the specified key is not found.

See also:

IBProcessParams