EMS.ResourceAPI.TEMSEndpointAuthorization.Instance

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class property Instance: TEMSEndpointAuthorization read GetInstance;

C++

/* static */ __property TEMSEndpointAuthorization* Instance = {read=GetInstance};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEMSEndpointAuthorization


Beschreibung

Instanz einer Unterklasse von TEMSEndpointAuthorization.

Eine Unterklasse von TEMSEndpointAuthorization muss der Klasseneigenschaft TEMSEndpointAuthorization.FEndpointAuthorizationFactory eine Funktion zuweisen, die eine Instanz dieser Unterklasse zurückgibt. Wenn Sie die Eigenschaft Instance zum ersten Mal lesen, bevor der Wert von TEMSEndpointAuthorization.FEndpointAuthorizationFactory festgelegt ist, löst Instance eine EEMSError-Exception mit der folgenden Meldung aus:

Keine Endpunkt-Implementierung gefunden

Siehe auch