EMS.ResourceAPI.TEMSEndpointManager.FEndpointManagerFactory
| [–] Properties | |
|---|---|
| Type: field | |
| Visibility: protected | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEMSEndpointManager | |
Delphi
class var FEndpointManagerFactory: TFunc<TEMSEndpointManager>;
C++
static System::DelphiInterface<System::Sysutils::TFunc__1<TEMSEndpointManager*> > FEndpointManagerFactory;
Description
Function which returns an instance of a subclass of TEMSEndpointManager.
A subclass of TEMSEndpointManager must define the function that FEndpointManagerFactory contains.