Data.DBXMemoryRow.TDBXMemoryRow.GetInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetInt64(DbxValue: TDBXInt64Value; var Value: Int64;
var IsNull: LongBool); override;

C++

virtual void __fastcall GetInt64(Data::Dbxcommon::TDBXInt64Value* DbxValue, __int64 &Value, System::LongBool &IsNull);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

Gets the integer value for the 64-bit integer data types.

GetInt64 gets the integer value for TDBXMemoryRow instances of an Int64 data type.

See Also