Data.DBXCommon.TDBXBcdValue.GetBcd
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXBcdValue |
Delphi
function GetBcd: TBcd; override;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetBcd();
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.