API:System.Generics.Collections.TArray.Copy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure Copy<T>(const Source: array of T; var Destination: array of T;
SourceIndex, DestIndex, Count: NativeInt); overload; static;
class procedure Copy<T>(const Source: array of T; var Destination: array of T;
Count: NativeInt); overload; static;

C++

template<typename T> static void __fastcall Copy(const T *Source, const System::NativeInt Source_High, T *Destination, const System::NativeInt Destination_High, System::NativeInt SourceIndex, System::NativeInt DestIndex, System::NativeInt Count)/* overload */;
template<typename T> static void __fastcall Copy(const T *Source, const System::NativeInt Source_High, T *Destination, const System::NativeInt Destination_High, System::NativeInt Count)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TArray

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.