Data.DBXMemoryRow.TDBXMemoryRow.SetDouble

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 SetDouble(DbxValue: TDBXDoubleValue; Value: Double); override;

C++

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

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