API:Data.DBXPlatform.TDBXPlatform.CopyByteArray

From RAD Studio API Documentation
Jump to: navigation, search

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, NativeInt SourceOffset, const System::DynamicArray<System::Byte> Dest, NativeInt DestOffset, NativeInt Count);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDBXPlatform

Description

Embarcadero Technologies does not currently have any additional information.