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

Description

Returns the value of the field as an Int64.

The GetAsLargeInt method returns the value of the field as an Int64.

See Also