Data.DB.TLongWordField.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 TLongWordField

Description

Returns the value of the field as an Int64.

The GetAsLargeInt method is used to return the value of the field as an Int64.

See Also