EMS.Services.IEMSServices.SupportsService

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also