EMS.ResourceAPI.TEMSResource
| [–] 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:
- Follow the steps described in RAD Server Resource Overview to define EMS resources as regular classes.
- Subclass TEMSBasicResource, which provides a basic implementation for some members of TEMSResource.
Subclasses of TEMSResource must implement the following methods: