API:Data.DB.TFMTBCDField.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 TFMTBCDField

Description

Returns the value of the field as an Int64.

Data.DB.TFMTBCDField.GetAsLargeInt inherits from Data.DB.TField.GetAsLargeInt. All content below this line refers to Data.DB.TField.GetAsLargeInt.

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