Data.DBXCommon.TDBXWritableValue.SetBcd
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXWritableValue |
Delphi
procedure SetBcd(const Value: TBcd); virtual;
C++
virtual void __fastcall SetBcd(const Data::Fmtbcd::TBcd &Value);
Description
Sets the BCD value for binary-compressed decimal data types.
Sets the BCD value for TDBXValue instances with a with a data type of BcdType.