API:EMS.ResourceTypes.TEMSResourceEndPointSuffix.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AOwner: TEMSCommonResource; const AName, AURLSuffix: string;  const AMethod: TEndpointRequest.TMethod; const AProduce, AConsume: string; const AHandlerProc: THandlerProc);

C++

__fastcall TEMSResourceEndPointSuffix(TEMSCommonResource* const AOwner, const System::UnicodeString AName, const System::UnicodeString AURLSuffix, const Ems::Resourceapi::TEndpointRequest::TMethod AMethod, const System::UnicodeString AProduce, const System::UnicodeString AConsume, const _di_THandlerProc AHandlerProc);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes TEMSResourceEndPointSuffix

Beschreibung

Erstellt eine Instanz von TEMSResourceEndPoint und konfiguriert die angegebene Instanz von TEMSCommonResource als ihren Eigentümer.

EMS.ResourceTypes.TEMSResourceEndPointSuffix.Create erbt von EMS.ResourceTypes.TEMSResourceEndPoint.Create. Der folgende Inhalt bezieht sich auf EMS.ResourceTypes.TEMSResourceEndPoint.Create.

Erstellt eine Instanz von TEMSResourceEndPoint und konfiguriert die angegebene Instanz von TEMSCommonResource als ihren Eigentümer.

Siehe auch