FireDAC.Phys.ODBCWrapper.ODBCCurrency2Numeric

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ODBCCurrency2Numeric(ACurr: Currency; out ANum: TSQLNumericRec);

C++

extern DELPHI_PACKAGE void __fastcall ODBCCurrency2Numeric(System::Currency ACurr, /* 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 monétaire de type Currency en valeur numérique correspondante.

Utilisez ODBCCurrency2Numeric pour convertir une valeur décimale codée au format binaire en valeur numérique.

ACurr est la valeur à convertir.

Voir aussi