RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetFloat Method

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

Pascal
function GetFloat(Ordinal: Integer): single; override;
C++
virtual __fastcall single GetFloat(int Ordinal);

GetFloat gets the specified zero-based column value as a single-precision floating point number. 

 

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