FireDAC.Stan.Param.TFDParams.ParamValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParamValues[const AParamNames: String]: 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.

See Also