REST.Backend.EMSServices.TEMSGroupsAPI.DeleteGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteGroup(const AObject: TBackendEntityValue): Boolean; overload;

C++

bool __fastcall DeleteGroup(const Rest::Backend::Metatypes::TBackendEntityValue &AObject)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.EMSServices.pas
REST.Backend.EMSServices.hpp
REST.Backend.EMSServices TEMSGroupsAPI

Description

Requests the deletion of the specified group from the EMS server and returns True on success or False otherwise.

Exceptions

Exception Message Description

EEMSClientAPIError

Group name required

AObject contains an empty strings as group name.

See Also