Data.DBXCommon.TDBXDoubleValue.GetDouble

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDoubleValue

Delphi

function GetDouble: Double; override;

C++

virtual double __fastcall GetDouble();

Description

Gets the double floating point value for double data types.

Gets the double floating point value for TDBXValue instances with a data type of DoubleType. Throws a TDBXError exception if IsNull is true.