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