IDefCalculationAlgorithmParameter.FormParameterId

Syntax

FormParameterId: String;

Description

The FormParameterId property determines data entry form parameter identifier that is matched with calculation algorithm parameter.

Comments

The property is used, if the Type property is set to CalcParamType.param.

Example

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

See also:

IDefCalculationAlgorithmParameter