System.JSON.TJSONMapper.ArrFrom

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

System::DynamicArray<T> __fastcall ArrFrom(TJSONArray* const AValue)/* overload */;
System::DynamicArray<T> __fastcall ArrFrom(const System::UnicodeString 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.