EMS.Services.EMSServices

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: variable
Visibility: public
Source:
EMS.Services.pas
EMS.Services.hpp
Unit: EMS.Services
Parent: EMS.Services

Delphi

EMSServices: IEMSServices = nil;

C++

extern DELPHI_PACKAGE _di_IEMSServices EMSServices;

Description

Global object that implements IEMSServices to provide methods to access the interfaces of services of the EMS Server.

Tip: You do not need to use EMSServices. The EMS.Services unit provides helper classes that you can use to easily access some service interfaces (TEMSApplicationService and TEMSLoggingService), and the helper class TEMSServices makes it easier to access the remaining services than using EMSServices.

EMSServices provides the following methods:

These methods provide access to the following interfaces of EMS services:

The RAD Server Engine (EMS Server) initializes EMSServices.