REST.Backend.ServiceTypes.TBackendGroupsApi.CreateGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateGroup(const AGroupName: string; const AJSON: TJSONObject;  out ACreatedObject: TBackendEntityValue); overload;

C++

void __fastcall CreateGroup(const System::UnicodeString AGroupName, System::Json::TJSONObject* const AJSON, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &ACreatedObject)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.