EMS.ResourceTypes.ResourceSuffixAttribute.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
constructor public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes ResourceSuffixAttribute

Description

Creates an instance of ResourceSuffixAttribute and stores the specified string as the value of its Suffix property.