EMS.ResourceAPI.TEMSResource

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEMSResource
[–] Properties
Type: class
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: EMS.ResourceAPI

Delphi

TEMSResource = class abstract

C++

class PASCALIMPLEMENTATION TEMSResource : public System::TObject

Description

Base class that any EMS resource must inherit.

Tip: Subclassing TEMSResource is not the easiest approach to implement custom EMS resources. You should follow any of these other approaches instead:

Subclasses of TEMSResource must implement the following methods:

See Also