Data.DBXCommon.TDBXValue.AsBcd
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValue |
Delphi
property AsBcd: TBcd read GetAsBcd;
C++
__property Data::Fmtbcd::TBcd AsBcd = {read=GetAsBcd};
Description
TBcd representation of value.
AsBcd 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.