EMS.ResourceTypes.EndpointNameAttribute.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AMethod, AName: string); overload;
constructor Create(const AName: string); overload;

C++

__fastcall EndpointNameAttribute(const System::UnicodeString AMethod, const System::UnicodeString AName)/* overload */;
__fastcall EndpointNameAttribute(const System::UnicodeString AName)/* overload */;

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von EndpointNameAttribute und speichert den angegebenen String als Wert ihrer Name-Eigenschaft.