API:EMS.ResourceTypes.TEMSCommonResource.GetName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
EMS.ResourceTypes.pas
EMS.ResourceTypes.hpp
Unit: EMS.ResourceTypes
Parent: TEMSCommonResource

Delphi

function GetName: string; override;

C++

virtual System::UnicodeString __fastcall GetName();

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.