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

Description

Returns the value of the field as an Int64.

GetAsLargeInt returns the value of the field as a 64-bit integer.

See Also