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