API:FireDAC.Phys.Intf.IFDPhysDataSetParamReader.GetData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetData(const AColumn: Integer; var ABuff: Pointer;  ABuffLen: LongWord; var ADataLen: LongWord; AByVal: Boolean): Boolean;

C++

virtual bool __fastcall GetData(const int AColumn, void * &ABuff, unsigned ABuffLen, unsigned &ADataLen, bool AByVal) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysDataSetParamReader

Description

Embarcadero Technologies does not currently have any additional information.