Data.DBXCommon.TDBXValue.GetAsDouble

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsDouble: Double; virtual;

C++

virtual double __fastcall GetAsDouble();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Get double representation of value.

GetAsDouble returns a Double representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also