REST.Backend.ParseApi.TParseApi.CreateClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateClass(const ABackendClassName: string; const AJSON: TJSONObject; out ANewObject: TObjectID); overload;
procedure CreateClass(const ABackendClassName: string; const AACL, AJSON: TJSONObject; out ANewObject: TObjectID); overload;

C++

void __fastcall CreateClass(const System::UnicodeString ABackendClassName, System::Json::TJSONObject* const AJSON, /* out */ TObjectID &ANewObject)/* overload */;
void __fastcall CreateClass(const System::UnicodeString ABackendClassName, System::Json::TJSONObject* const AACL, System::Json::TJSONObject* const AJSON, /* out */ TObjectID &ANewObject)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!