Data.DBXPlatform.TDBXPlatform.CopyInt32
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXPlatform.pas Data.DBXPlatform.hpp
| |
Unit: Data.DBXPlatform | |
Parent: TDBXPlatform |
Delphi
class procedure CopyInt32(const Value: Integer; const Dest: TArray<Byte>; const DestOffset: Integer); static; inline;
C++
static void __fastcall CopyInt32(const int Value, const System::DynamicArray<System::Byte> Dest, const int DestOffset);
Description
Copies an Integer to a TBytes value.
The CopyInt32 static method copies the individual bytes of an integer given through Value to a TBytes value given through Dest, starting at DestOffset.