System.DynArrayCopyRange
Delphi
procedure DynArrayCopyRange(var Result: Pointer; A: Pointer; TypeInfo: Pointer; Index, Count: NativeInt);
C++
extern DELPHI_PACKAGE void __fastcall DynArrayCopyRange(void * &Result, void * A, void * TypeInfo, NativeInt Index, NativeInt Count);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.pas System.hpp | System | System | 
Description
Embarcadero Technologies does not currently have any additional information.