Data.DBXMemoryRow.TDBXMemoryRow.SetBCD

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 SetBCD(DbxValue: TDBXBcdValue; var Value: TBcd); override;

C++

virtual void __fastcall SetBCD(Data::Dbxcommon::TDBXBcdValue* DbxValue, Data::Fmtbcd::TBcd &Value);

Description

Sets the binary coded decimal value for the TBcd data types.

SetBCD sets the binary coded decimal value for TDBXMemoryRow instances of a data type stored as TBcd.

See Also