FireDAC.Phys.ODBCWrapper.ODBCBcd2Numeric

From RAD Studio API Documentation
Jump to: navigation, search

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);

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 binary-coded decimal value from a Delphi TBcd representation into an ODBC representation.

Use ODBCBcd2Numeric to convert a binary-coded decimal value from a Delphi TBcd representation into an ODBC SQL_NUMERIC_STRUCT representation.

ABcd is the value to convert.

See Also