IDefCalculationAlgorithmParametersCollection.Item

Syntax

Item(Index: Integer): IDefCalculationAlgorithmParameter;

Parameters

Index. Binding index in the collection.

Description

The Item property returns calculation algorithm parameter binding settings to data entry form parameter by binding index.

Example

The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.

See also:

IDefCalculationAlgorithmParametersCollection