Data.DBXPlatform.TDBXPlatform.CopyInt64
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXPlatform |
Delphi
class procedure CopyInt64(const Value: Int64; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;
C++
static void __fastcall CopyInt64(const __int64 Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);
Description
Copies bytes from an Int64 to a TBytes value.
The CopyInt64 static method copies bytes from Value to Dest, starting at DestOffset.
See Also
Code Examples