Data.DBXMemoryRow.TDBXMemoryRow.GetBcd

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Unit: Data.DBXMemoryRow
Parent: TDBXMemoryRow

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);

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.

See Also