EMS.ResourceTypes.ResourceSuffixAttribute.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
constructor public
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
EMS.ResourceTypes ResourceSuffixAttribute


説明

ResourceSuffixAttribute のインスタンスを作成し、その Suffix プロパティの値として指定の文字列を設定します。