REST.Backend.MetaTypes.IBackendModuleName.GetModuleName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetModuleName: string;

C++

virtual System::UnicodeString __fastcall GetModuleName() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
REST.Backend.MetaTypes.pas
REST.Backend.MetaTypes.hpp
REST.Backend.MetaTypes IBackendModuleName

Description

Returns the name of a module that is registered in a server.

For instance, GetModuleName returns the name of an EMS EdgeModule that is registered in the RAD Server Engine (EMS Server).

See Also