Data.DBXMemoryRow.TDBXMemoryRow.SetDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDouble(DbxValue: TDBXDoubleValue; Value: Double); override;

C++

virtual void __fastcall SetDouble(Data::Dbxcommon::TDBXDoubleValue* DbxValue, double Value);

Properties

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

Description

Sets the Double value for the double-precision floating-point data types.

SetDouble sets the Double value for TDBXMemoryRow instances of a data type represented as a double-precision floating-point number.

See Also