System.JSON.TJSONMapper.ToArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToArray(const AValue: TArray<T>; AMaxCount: NativeInt = -1): TJSONArray; overload;

C++

TJSONArray* __fastcall ToArray(const System::DynamicArray<T> AValue, System::NativeInt AMaxCount = 0xffffffff)/* 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.