RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetDouble Method

Gets the specified column value as a double-precision floating point number.

Pascal
function GetDouble(Ordinal: Integer): double; override;
C++
virtual __fastcall double GetDouble(int Ordinal);

GetDouble gets the specified zero-based column value as a double-precision floating point number. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!