EMS.Services.IEMSServices.SupportsService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function SupportsService(const Service: TGUID): Boolean;

C++

virtual bool __fastcall SupportsService(const GUID &Service) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
EMS.Services.pas
EMS.Services.hpp
EMS.Services IEMSServices

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