Data.DBXMemoryRow.TDBXMemoryRow.GetBcd
Delphi
procedure GetBcd(DbxValue: TDBXBcdValue; var Value: TBcd;  var IsNull: LongBool); override;
C++
virtual void __fastcall GetBcd(Data::Dbxcommon::TDBXBcdValue* DbxValue, Data::Fmtbcd::TBcd &Value, System::LongBool &IsNull);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp | Data.DBXMemoryRow | TDBXMemoryRow | 
Description
Gets the binary coded decimal value for the TBcd data types.
GetBoolean gets the binary coded decimal value for TDBXMemoryRow instances of a data type stored as TBcd.