FireDAC.Phys.Intf.IFDPhysDataSetParamReader.GetData

From RAD Studio API Documentation

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysDataSetParamReader

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, System::LongWord ABuffLen, System::LongWord &ADataLen, bool AByVal) = 0 ;

Description

Embarcadero Technologies does not currently have any additional information.