Data.DBXPlatform.TDBXPlatform.CopyInt32Array

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure CopyInt32Array(const Source: TDBXInt32s; SourceOffset: Integer; const Dest: TDBXInt32s; DestOffset: Integer; Count: Integer); static; inline;

C++

static void __fastcall CopyInt32Array(const TDBXInt32s Source, int SourceOffset, const TDBXInt32s 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 TDBXInt32s.

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

Source und Dest sind des Typs TDBXInt32s.

Siehe auch