FireDAC.DatS.TFDDatSRow.SetValues
Delphi
procedure SetValues(const AValues: array of Variant); overload;
procedure SetValues(const ANames: String; const AValue: Variant); overload;
C++
void __fastcall SetValues(const System::Variant *AValues, const System::NativeInt AValues_High)/* overload */;
void __fastcall SetValues(const System::UnicodeString ANames, const System::Variant &AValue)/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSRow |
Description
Embarcadero Technologies does not currently have any additional information.