FireDAC.Stan.Param.TFDParam.Values
Delphi
property Values[AIndex: Integer]: Variant read GetAsVariants write SetAsVariants;
C++
__property System::Variant Values[int AIndex] = {read=GetAsVariants, write=SetAsVariants};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Stan.Param.pas FireDAC.Stan.Param.hpp |
FireDAC.Stan.Param | TFDParam |
Description
Represents the value of a TFDParam object as a Variant.
Use the Values property in generic code to manipulate AIndex item of the array-valued parameters without needing to know the DataType the parameters represent.