System.JSON.TJSONMapper.FromArray
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。