Data.DBXDelegate.TDBXDelegateWritableValue.GetBcd
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
function GetBcd: TBcd; override;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetBcd();
Description
Gets the BCD value for binary-compressed decimal data types.
Data.DBXDelegate.TDBXDelegateWritableValue.GetBcd inherits from Data.DBXCommon.TDBXValue.GetBcd. All content below this line refers to Data.DBXCommon.TDBXValue.GetBcd.
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.