Data.DB.TField.GetAsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsLargeInt: Largeint; virtual;

C++

virtual __int64 __fastcall GetAsLargeInt();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

Description

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