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