API:EMS.ResourceTypes.TEMSTypeInfoResource.Create
Delphi
constructor Create(const ATypeInfo: PTypeInfo); overload;
constructor Create(const ATypeInfo: PTypeInfo; const AAttributes: TEMSResourceAttributes); overload;
C++
__fastcall TEMSTypeInfoResource(const System::Typinfo::PTypeInfo ATypeInfo)/* overload */;
__fastcall TEMSTypeInfoResource(const System::Typinfo::PTypeInfo ATypeInfo, TEMSResourceAttributes* const AAttributes)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | EMS.ResourceTypes.pas EMS.ResourceTypes.hpp |
EMS.ResourceTypes | TEMSTypeInfoResource |
説明
指定された EMS リソース名で TEMSCommonResource のインスタンスを作成します。
EMS.ResourceTypes.TEMSTypeInfoResource.Create は EMS.ResourceTypes.TEMSCommonResource.Create を継承しています。以下の内容はすべて EMS.ResourceTypes.TEMSCommonResource.Create を参照しています。
指定された EMS リソース名で TEMSCommonResource のインスタンスを作成します。
指定された EMS リソース名は Name プロパティに格納され、その名前を小文字にしたものが新規 EMS リソースのベース URL になります。