REST.Backend.EMSProvider.IGetEMSApi.EMSAPI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EMSAPI: TEMSClientAPI read GetEMSAPI;

C++

__property Rest::Backend::Emsapi::TEMSClientAPI* EMSAPI = {read=GetEMSAPI};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider IGetEMSApi

Description

Instance of TEMSClientAPI that a EMS Client application uses to execute REST requests to the RAD Server Engine (EMS Server).

See Also