System.JSON.TJSONMapper.FromObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !