FireDAC.Stan.Param.TFDParams.ParamValues
Delphi
property ParamValues[const AParamName: UnicodeString]: Variant read GetParamValues write SetParamValues;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Stan.Param.pas | FireDAC.Stan.Param | TFDParams |
Description
Returns the values of parameters that are specified by the names.
Use the ParamValues property to get or set the values of the named parameters. AParamName is an UnicodeString containing the names of the individual parameters, separated by ';'.
Setting ParamValues sets the Value property for each parameter listed in the AParamName string.
Getting ParamValues retrieves a Variant array of Variants, each of which represents the value of the corresponding named parameter.