FireDAC.Phys.IBWrapper.TIBVariable.GetData

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBVariable

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!