ITargetControlVariablesArray.FindById

Syntax

FindById(Id: String): ITargetControlVariable;

Parameters

Id. Identifier of searched controlling variable.

Description

The FindById method searches for controlling variable with the specified identifier in the collection.

Comments

If the variable with the specified identifier is not found, the method returns Null.

See also:

ITargetControlVariablesArray