API:System.SysUtils.TMarshaller.FixArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FixArray<T>(Arr: TArray<T>): TPtrWrapper;

C++

template<typename T> System::TPtrWrapper __fastcall FixArray(System::DynamicArray<T> Arr);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TMarshaller

Description

Embarcadero Technologies does not currently have any additional information.