EMS.ResourceTypes.TEMSCommonResource.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AResourceName: string);

C++

__fastcall TEMSCommonResource(const System::UnicodeString AResourceName);

Properties

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

Description

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