Data.DB.TFloatField.GetAsInteger
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TFloatField |
Delphi
function GetAsInteger: Integer; override;
C++
virtual int __fastcall GetAsInteger();
Description
Returns the value of the field as a long integer.
GetAsInteger returns the field's floating-point value rounded to a long integer.