API:Data.DB.TSingleField.GetAsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TSingleField

Delphi

function GetAsLargeInt: Largeint; override;

C++

virtual Largeint __fastcall GetAsLargeInt();

Description

Returns the value of the field as an Int64.

Data.DB.TSingleField.GetAsLargeInt inherits from Data.DB.TField.GetAsLargeInt. All content below this line refers to Data.DB.TField.GetAsLargeInt.

Returns the value of the field as an Int64.

Descendants of TField that represent Int64 fields override the GetAsLargeInt method to return the value of the field as an Int64.

Trying to call the GetAsLargeInt method raises an exception.

See Also