EMS.Services.IEMSServices.SupportsService
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: EMS.Services.pas EMS.Services.hpp
| |
| Unit: EMS.Services | |
| Parent: IEMSServices | |
Delphi
function SupportsService(const Service: TGUID): Boolean;
C++
virtual bool __fastcall SupportsService(const GUID &Service) = 0 ;
Description
Returns True if the RAD Server Engine (EMS Server) supports the service with the specified GUID; it returns False otherwise.
The specified GUID may be the GUID of any of the service interfaces of the EMS.Services unit.