FireDAC.DatS.TFDDatSRow.SetValues
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
| Unit: FireDAC.DatS | |
| Parent: TFDDatSRow | |
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 */;
Description
Embarcadero Technologies does not currently have any additional information.