FireDAC.Phys.ODBCWrapper.ODBCBcd2Numeric

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ODBCBcd2Numeric(const ABcd: TBcd; out ANum: TSQLNumericRec);

C++

extern DELPHI_PACKAGE void __fastcall ODBCBcd2Numeric(const Data::Fmtbcd::TBcd &ABcd, /* out */ Firedac::Phys::Odbccli::TSQLNumericRec &ANum);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

Description

Convertit une valeur décimale codée au format binaire d'une représentation TBcd Delphi en représentation ODBC.

Utilisez ODBCBcd2Numeric pour convertir une valeur décimale codée au format binaire d'une représentation TBcd Delphi en représentation SQL_NUMERIC_STRUCT ODBC.

ABcd est la valeur à convertir.

Voir aussi