API:FireDAC.Stan.Option.TFDFormatOptions.ColumnDef2FieldDef
Delphi
procedure ColumnDef2FieldDef(ASrcDataType: TFDDataType; ASrcSize: LongWord;
ASrcPrec, ASrcScale: Integer; ASrcAttrs: TFDDataAttributes;
var ADestFieldType: TFieldType; var ADestSize: LongWord; var ADestPrec, ADestScale: Integer);
C++
void __fastcall ColumnDef2FieldDef(Firedac::Stan::Intf::TFDDataType ASrcDataType, System::LongWord ASrcSize, int ASrcPrec, int ASrcScale, Firedac::Stan::Intf::TFDDataAttributes ASrcAttrs, Data::Db::TFieldType &ADestFieldType, System::LongWord &ADestSize, int &ADestPrec, int &ADestScale);
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.