API:EMS.Services.TEMSInternalAPI.DeleteGroup
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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | EMS.Services.pas EMS.Services.hpp |
EMS.Services | TEMSInternalAPI |
Description
Embarcadero Technologies does not currently have any additional information.