Data.DB.TLongWordField.GetAsFloat
Delphi
function GetAsFloat: Double; override;
C++
virtual double __fastcall GetAsFloat();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TLongWordField | 
Description
Returns the value of the field as a Double.
The GetAsFloat method is used to return the value of the field as a Double.