REST.Backend.ParseApi.TParseApi.UserFromObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UserFromObject(const AUserName: string; const AJSONObject: TJSONObject): TUser; overload;
function UserFromObject(const AJSONObject: TJSONObject): TUser; overload;

C++

TUser __fastcall UserFromObject(const System::UnicodeString AUserName, System::Json::TJSONObject* const AJSONObject)/* overload */;
TUser __fastcall UserFromObject(System::Json::TJSONObject* const AJSONObject)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Embarcadero Technologies does not currently have any additional information.