Data.DBXMemoryRow.TDBXMemoryRow.GetDouble

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 GetDouble(DbxValue: TDBXDoubleValue; var Value: Double; var IsNull: LongBool); override;

C++

virtual void __fastcall GetDouble(Data::Dbxcommon::TDBXDoubleValue* DbxValue, double &Value, System::LongBool &IsNull);

Description

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

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

See Also