Data.DBXCommon.TDBXValue.GetBcd
Delphi
function GetBcd: TBcd; virtual;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetBcd();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValue |
Description
Gets the BCD value for binary-compressed decimal data types.
Gets the BCD value for TDBXValue instances with a with a data type of BcdType. Throws a TDBXError exception if IsNull is true.