Data.DBXPlatform.TDBXPlatform.CopyByteArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure CopyByteArray(const Source: TArray<Byte>; SourceOffset: Integer; const Dest: TArray<Byte>; DestOffset: Integer; Count: Integer); static; inline;

C++

static void __fastcall CopyByteArray(const System::DynamicArray<System::Byte> Source, int SourceOffset, const System::DynamicArray<System::Byte> Dest, int DestOffset, int Count);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Beschreibung

Kopiert Elemente eines Arrays von TBytes.

Die statische Methode CopyByteArray kopiert Count-Elemente von Source (aus SourceOffset) in Dest (aus DestOffset).

Source und Dest sind des Typs TBytes.

Siehe auch