EMS.ResourceTypes.TEMSResourceAttributes

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TEMSResourceAttributes = class

C++

class PASCALIMPLEMENTATION TEMSResourceAttributes : public System::TObject

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