FireDAC.DatS.TFDDatSRow.SetData
Delphi
procedure SetData(AColumn: Integer; const AValue: Variant); overload;
procedure SetData(AColumn: TFDDatSColumn; const AValue: Variant); overload;
procedure SetData(AColumn: Integer; ABuff: Pointer; ADataLen: LongWord); overload; inline;
C++
void __fastcall SetData(int AColumn, const System::Variant &AValue)/* overload */;
void __fastcall SetData(TFDDatSColumn* AColumn, const System::Variant &AValue)/* overload */;
void __fastcall SetData(int AColumn, void * ABuff, System::LongWord ADataLen)/* overload */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | FireDAC.DatS.pas FireDAC.DatS.hpp |
FireDAC.DatS | TFDDatSRow |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.