FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextDriver.GetFieldInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldInfo(AIndex: Integer; var AType: TFDDataType;
var ASize: LongWord; var APrec, AScale: Integer; var AInKey, AIsIdentity: Boolean): TObject;

C++

System::TObject* __fastcall GetFieldInfo(int AIndex, Firedac::Stan::Intf::TFDDataType &AType, unsigned &ASize, int &APrec, int &AScale, bool &AInKey, bool &AIsIdentity);

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.Comp.BatchMove.Text.pas
FireDAC.Comp.BatchMove.Text.hpp
FireDAC.Comp.BatchMove.Text TFDBatchMoveTextDriver

Description

Embarcadero Technologies does not currently have any additional information.