IBProcessParams.Contains

Syntax

Contains(Param: IBProcessParam): Boolean;

Parameters

Param. The process parameter, which presence should be checked in the current collection.

Description

The Contains method checks if the specified parameter is in the collection.

Comments

The method returns True if the parameter is in the collection, and False if the parameter is absent.

See also:

IBProcessParams