RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDoubleValue.GetDouble Method

Gets the double floating point value for double data types.

Pascal
function GetDouble: Double; override;
C++
virtual __fastcall Double GetDouble();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!