API:FireDAC.Stan.Option.TFDFormatOptions.ResolveFieldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResolveFieldType(const ASrcName, ATypeName: String; ASrcFieldType: TFieldType;  ASrcADFieldType: TFDDataType; ASrcSize: LongWord; ASrcPrecision, ASrcScale: Integer; var ADestFieldType: TFieldType; var ADestSize: LongWord; var ADestPrecision, ADestScale: Integer; var ASrcDataType, ADestDataType: TFDDataType; AForward: Boolean);

C++

void __fastcall ResolveFieldType(const System::UnicodeString ASrcName, const System::UnicodeString ATypeName, Data::Db::TFieldType ASrcFieldType, Firedac::Stan::Intf::TFDDataType ASrcADFieldType, unsigned ASrcSize, int ASrcPrecision, int ASrcScale, Data::Db::TFieldType &ADestFieldType, unsigned &ADestSize, int &ADestPrecision, int &ADestScale, Firedac::Stan::Intf::TFDDataType &ASrcDataType, Firedac::Stan::Intf::TFDDataType &ADestDataType, bool AForward);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

Description

Embarcadero Technologies does not currently have any additional information.