ILoVariables.FindById

Syntax

FindById(Id: String): ILoVariable;

Parameters

Id. Searched variable identifier.

Description

The FindById method searches for the variable in the collection by its identifier.

Example

The method use is given in the example for the ILoVariable.ControlVariable property.

See also:

ILoVariables