System.JSON.TJSONMapper.FromArray

From RAD Studio API Documentation
Revision as of 16:06, 29 September 2023 by BuildBot (talk | contribs) (Created page with "{{#lst:API:System.JSON.TJSONMapper.FromArray|api}} ==Description== {{#lsth:API:System.JSON.TJSONMapper.FromArray|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

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

C++

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