System.JSON.TJSONMapper.FromObject

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

Delphi

function FromObject(const AValue: TJSONValue): T; overload;
function FromObject(const AValue: string): T; overload;

C++

T __fastcall FromObject(TJSONValue* const AValue)/* overload */;
T __fastcall FromObject(const System::UnicodeString AValue)/* overload */;

プロパティ

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

説明

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