Data.DBXCommon.TDBXValue.GetBcd
Delphi
function GetBcd: TBcd; virtual;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetBcd();
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
説明
バイナリ圧縮された 10 進数データ型の BCD 値を取得します。
BcdType データ型の TDBXValue インスタンスの BCD 値を取得します。 IsNull が true の場合は,TDBXError 例外を送出します。