ILoVariables.Item

Syntax

Item(Index: Integer): ILoVariable;

Parameters

Index. Variable index in the collection.

Description

The Item property returns the variable from the collection by its index.

Comments

The property is read-only.

Example

The property use is given in the example for the ILoVariable.Id property.

See also:

ILoVariables