Data.DBXPlatform.TDBXPlatform.CopyByteArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

static void __fastcall CopyByteArray(const System::DynamicArray<System::Byte> Source, System::NativeInt SourceOffset, const System::DynamicArray<System::Byte> Dest, System::NativeInt DestOffset, System::NativeInt 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