REST.Backend.ServiceTypes.IBackendStorageApi.CreateObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CreateObject(const AClass: TBackendMetaClass; const AACL, AJSON: TJSONObject;
out ACreatedObject: TBackendEntityValue); overload;

C++

virtual void __fastcall CreateObject(const Rest::Backend::Metatypes::TBackendClassValue AClass, System::Json::TJSONObject* const AACL, System::Json::TJSONObject* const AJSON, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendStorageApi

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.