Data.DB.TSingleField.GetAsLargeInt
Delphi
function GetAsLargeInt: Largeint; override;
C++
virtual Largeint __fastcall GetAsLargeInt();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TSingleField | 
Description
Returns the value of the field as an Int64.
GetAsLargeInt returns the value of the field as a 64-bit integer.