IBProcessParams.ContainsName

Syntax

ContainsName(Name: String): Boolean;

Parameters

Name. Process parameter name.

Description

The ContainsName method checks if a parameter with the specified name is present in the collection.

Comments

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

See also:

IBProcessParams