EMS.ResourceAPI.TEMSEndpointManager.FEndpointManagerFactory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class var FEndpointManagerFactory: TFunc<TEMSEndpointManager>;

C++

static System::DelphiInterface<System::Sysutils::TFunc__1<TEMSEndpointManager*> > FEndpointManagerFactory;

Properties

Type Visibility Source Unit Parent
field protected
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSEndpointManager

Description

Function which returns an instance of a subclass of TEMSEndpointManager.

A subclass of TEMSEndpointManager must define the function that FEndpointManagerFactory contains.

See Also