REST.Backend.EMSApi.TEMSClientAPI.GroupFromObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GroupFromObject(const AGroupName: string;  const AJSONObject: TJSONObject): TGroup; overload;
function GroupFromObject(const AJSONObject: TJSONObject): TGroup; overload;

C++

TGroup __fastcall GroupFromObject(const System::UnicodeString AGroupName, System::Json::TJSONObject* const AJSONObject)/* overload */;
TGroup __fastcall GroupFromObject(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.