FireDAC.Stan.Option.TFDFormatOptions.ColumnDef2FieldDef

From RAD Studio API Documentation
Jump to: navigation, search

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, unsigned ASrcSize, int ASrcPrec, int ASrcScale, Firedac::Stan::Intf::TFDDataAttributes ASrcAttrs, Data::Db::TFieldType &ADestFieldType, unsigned &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. Please help us document this topic by using the Discussion page!