Data.DBXCommon.TDBXSingleValue.GetAsBcd
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXSingleValue |
Delphi
function GetAsBcd: TBcd; override;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetAsBcd();
Description
Get TBcd representation of value.
Data.DBXCommon.TDBXSingleValue.GetAsBcd inherits from Data.DBXCommon.TDBXValue.GetAsBcd. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsBcd.
Get TBcd representation of value.
GetAsBcd returns a TBcd representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.