Data.DBXMemoryRow.TDBXMemoryRow.SetBCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBCD(DbxValue: TDBXBcdValue; var Value: TBcd); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

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