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