REST.Backend.ParseApi.TParseApi.CreateClass

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

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.