EMS.ResourceTypes.ResourceSuffixAttribute.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__fastcall ResourceSuffixAttribute(const System::UnicodeString AMethod, const System::UnicodeString ASuffix)/* overload */;
__fastcall ResourceSuffixAttribute(const System::UnicodeString ASuffix)/* overload */;

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von ResourceSuffixAttribute und speichert den angegebenen String als Wert ihrer Suffix-Eigenschaft.