Data.DBXPlatform.TDBXPlatform.CopyInt64
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);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | Data.DBXPlatform.pas Data.DBXPlatform.hpp |
Data.DBXPlatform | TDBXPlatform |
Description
Copie des octets depuis un Int64 en une valeur TBytes.
La méthode statique CopyInt64 copie des octets de Value en Dest, en commençant à DestOffset.