FireDAC.Phys.ODBCWrapper.ODBCNumeric2BCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

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 an ODBC representation into a Delphi TBcd representation.

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

ANum is the value to convert.

See Also