Data.DB.TBCDField.GetAsLargeInt

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBCDField

Delphi

function GetAsLargeInt: Largeint; override;

C++

virtual Largeint __fastcall GetAsLargeInt();

Description

Returns the value of the field as an Int64.

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

See Also