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