System.JSON.TJSONMapper.FromArray

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。