IBProcessParams.FindById

Syntax

FindById(Id: String): IBProcessParam;

Parameters

Id. Process parameter identifier.

Description

The FindById method searches for parameter by identifier.

Comments

The method returns parameter settings in case of successful search, and Null if the parameter with the specified identifier is absent in the collection.

See also:

IBProcessParams