FireDAC.DatS.TFDDatSRow.SetData

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSRow

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !