Data.DBXMemoryRow.TDBXMemoryRow.GetInt64
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
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);
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.