FireDAC.Phys.OracleWrapper.TOCIVariable.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData(AIndex: ub4; var ABuff: pUb1; out ASize: ub4;  AByRef: Boolean): Boolean; overload;
function GetData(AIndex: ub4; ABuff: pUb1; out ASize: ub4): Boolean; overload;

C++

bool __fastcall GetData(unsigned AIndex, Firedac::Phys::Oraclecli::pUb1 &ABuff, /* out */ unsigned &ASize, bool AByRef)/* overload */;
bool __fastcall GetData(unsigned AIndex, Firedac::Phys::Oraclecli::pUb1 ABuff, /* out */ unsigned &ASize)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.OracleWrapper.pas
FireDAC.Phys.OracleWrapper.hpp
FireDAC.Phys.OracleWrapper TOCIVariable

Description

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