System.JSON.TJSONMapper.FromObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONMapper

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.