REST.Backend.ServiceTypes.IBackendStorageApi.CreateObject

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendStorageApi

Description

Embarcadero Technologies does not currently have any additional information.