FireDAC.Phys.ODBCWrapper.ODBCBcd2Numeric

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Phys.ODBCWrapper.pas
FireDAC.Phys.ODBCWrapper.hpp
FireDAC.Phys.ODBCWrapper FireDAC.Phys.ODBCWrapper

説明

2 進化 10 進数値を Delphi の TBcd 表現から ODBC 表現に変換します。


ODBCBcd2Numeric を使用すると、2 進化 10 進数値を Delphi の TBcd 表現から ODBC の SQL_NUMERIC_STRUCT 表現に変換できます。

ABcd は変換対象の値です。

関連項目