Data.DBXMemoryRow.TDBXMemoryRow.SetInt64
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXMemoryRow.pas Data.DBXMemoryRow.hpp
| |
| Unit: Data.DBXMemoryRow | |
| Parent: TDBXMemoryRow | |
Delphi
procedure SetInt64(DbxValue: TDBXInt64Value; Value: Int64); override;
C++
virtual void __fastcall SetInt64(Data::Dbxcommon::TDBXInt64Value* DbxValue, __int64 Value);
Description
Sets the integer value for the 64-bit integer data types.
SetInt64 sets the integer value for TDBXMemoryRow instances of an Int64 data type.