API:EMS.ResourceTypes.TEMSCommonResource.GetName
Delphi
function GetName: string; override;
C++
virtual System::UnicodeString __fastcall GetName();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | EMS.ResourceTypes.pas EMS.ResourceTypes.hpp |
EMS.ResourceTypes | TEMSCommonResource |
Description
Getter of Name.
EMS.ResourceTypes.TEMSCommonResource.GetName inherits from EMS.ResourceAPI.TEMSResource.GetName. All content below this line refers to EMS.ResourceAPI.TEMSResource.GetName.
Getter of Name.
GetName is an abstract method. You must implement this method in any subclass of TEMSResource to return a string that uniquely identifies your EMS resource.