EMS.ResourceAPI.TEMSResource.GetName
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: EMS.ResourceAPI.pas EMS.ResourceAPI.hpp
| |
| Unit: EMS.ResourceAPI | |
| Parent: TEMSResource | |
Delphi
function GetName: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetName() = 0 ;
Description
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.