API:FireDAC.Phys.Intf.IFDPhysDataSetParamReader.GetData
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 ;
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.