API:System.JSON.TJSONMapper.ToArr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToArr(const AValue: TArray<T>): TJSONArray; overload;

C++

TJSONArray* __fastcall ToArr(const System::DynamicArray<T> AValue)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Description

Embarcadero Technologies does not currently have any additional information.