Icon ParamValues Property

property ParamValues[const ParamName: String]: Variant

Usage

Use the ParamValues property to get or set the values of parameters that are identified by name. The ParamName is a string containing the names of the individual parameters of interest. If the ParamValues property is used to access more than one parameter, the names of the parameters should be separated by a semicolon (;).

Setting the ParamValues property sets the Value property for each parameter listed in the ParamName string. Specify the values as Variants, in order, in a variant array.

If ParamName includes a name that does not match any of the parameters, an exception is raised.
Image