EMS.ResourceAPI.TEMSResource

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEMSResource

Delphi

TEMSResource = class abstract

C++

class PASCALIMPLEMENTATION TEMSResource : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI EMS.ResourceAPI

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