Data.DB.TExtendedField.GetAsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsLargeInt: Largeint; override;

C++

virtual __int64 __fastcall GetAsLargeInt();

Properties

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

Description

Returns the value of the field as an Int64.

GetAsLargeInt returns the 64-bit integer value closest to the field's value.

See Also