IBProcessParams.ContainsId

Syntax

ContainsId(Id: String): Boolean;

Parameters

Id. Process parameter identifier.

Description

The ContainsId method checks if the parameter with the specified identifier is in the collection.

Comments

The method returns True if the parameter with the specified identifier is in the current collection, and False if the parameter is absent.

See also:

IBProcessParams