EMS.ResourceTypes.TEMSResourceAttributes

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEMSResourceAttributes

Delphi

TEMSResourceAttributes = class

C++

class PASCALIMPLEMENTATION TEMSResourceAttributes : public System::TObject

Properties

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

Description

Represents RTTI attributes for an EMS resource.

Use the following properties to specify the RTTI attributes of your EMS resource: ResourceName, ResourceSuffix, and EndPointName.

You can fill an instance of TEMSResourceAttributes with RTTI data for an EMS resource and pass your instance of TEMSResourceAttributes to RegisterResource. RegisterResource overrides any existing RTTI data of the specified EMS resource with the data in your instance of TEMSResourceAttributes.

See Also