Data.DB.TSQLTimeStampField.GetAsFloat
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TSQLTimeStampField |
Delphi
function GetAsFloat: Double; override;
C++
virtual double __fastcall GetAsFloat();
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.