REST.Backend.EMSApi.TEMSClientAPI.InstallationFromObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InstallationFromObject(const AInstallationID: string;  const AJSONObject: TJSONObject): TInstallation; overload;
function InstallationFromObject(const AJSONObject: TJSONObject): TInstallation; overload;

C++

TInstallation __fastcall InstallationFromObject(const System::UnicodeString AInstallationID, System::Json::TJSONObject* const AJSONObject)/* overload */;
TInstallation __fastcall InstallationFromObject(System::Json::TJSONObject* const AJSONObject)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

Description

Embarcadero Technologies does not currently have any additional information.