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