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