REST.Backend.EMSApi.TEMSClientAPI.InstallationFromObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
REST.Backend.EMSApi.pas
REST.Backend.EMSApi.hpp
REST.Backend.EMSApi TEMSClientAPI

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.