IValidationFilters.ParamControl

Syntax

ParamControl(Index: Integer): IMsModelParamsControl;

Parameters

Index. Parameter index.

Description

The ParamControl property determines the set of controlled parameters.

Comments

To get the parameter from the set, specify the Index value. Indexing of parameters in the set is continuous and starts with zero.

Example

The method use is given in the example for IValidationGroup.Params.

See also:

IValidationFilters