API:EMS.ResourceTypes.TEMSTypeInfoResource.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Creates an instance of TEMSCommonResource with the specified EMS resource name.

EMS.ResourceTypes.TEMSTypeInfoResource.Create inherits from EMS.ResourceTypes.TEMSCommonResource.Create. All content below this line refers to EMS.ResourceTypes.TEMSCommonResource.Create.

Creates an instance of TEMSCommonResource with the specified EMS resource name.

The specified EMS resource name fills the Name property, and a lowercase version of that name becomes the base URL of the new EMS resource.

See Also