FireDAC.Phys.IBWrapper.TIBVariable.GetData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetData(ARowIndex: LongWord; var ApData: Pointer; out ALen: LongWord;
AByRef: Boolean = False): Boolean; overload;
function GetData(var AData; out ALen: LongWord): Boolean; overload; inline;
function GetData(var AData): Boolean; overload; inline;

C++

bool __fastcall GetData(unsigned ARowIndex, void * &ApData, /* out */ unsigned &ALen, bool AByRef = false)/* overload */;
bool __fastcall GetData(void *AData, /* out */ unsigned &ALen)/* overload */;
bool __fastcall GetData(void *AData)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBVariable

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.