API:EMS.Services.TEMSInternalAPI.DeleteGroup
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: EMS.Services.pas EMS.Services.hpp
| |
| Unit: EMS.Services | |
| Parent: TEMSInternalAPI | |
Delphi
function DeleteGroup(const AGroupName: string; out AResponse: IEMSResourceResponseContent): Boolean; overload;
function DeleteGroup(const AGroupName: string): Boolean; overload;
C++
bool __fastcall DeleteGroup(const System::UnicodeString AGroupName, /* out */ _di_IEMSResourceResponseContent &AResponse)/* overload */;
bool __fastcall DeleteGroup(const System::UnicodeString AGroupName)/* overload */;
Description
Embarcadero Technologies does not currently have any additional information.