FireDAC.Phys.IBWrapper.TIBVariable.GetData
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: FireDAC.Phys.IBWrapper.pas FireDAC.Phys.IBWrapper.hpp
| |
Unit: FireDAC.Phys.IBWrapper | |
Parent: TIBVariable |
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(System::LongWord ARowIndex, void * &ApData, /* out */ System::LongWord &ALen, bool AByRef = false)/* overload */;
bool __fastcall GetData(void *AData, /* out */ System::LongWord &ALen)/* overload */;
bool __fastcall GetData(void *AData)/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.