FireDAC.Phys.ODBCWrapper.ODBCCurrency2Numeric

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE void __fastcall ODBCCurrency2Numeric(System::Currency ACurr, /* out */ Firedac::Phys::Odbccli::TSQLNumericRec &ANum);

Properties

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

Description

Converts a Currency value into the corresponding numeric value.

Use ODBCCurrency2Numeric to convert a binary-coded decimal value into a numeric value.

ACurr is the value to convert.

See Also