Table of Contents

TTMSMCPCustomAttribute Class

Base class for every metadata attribute in this unit.

API unit family: TMS.MCP.Attributes Inherits from: TCustomAttribute Implements: ITMSMCPCustomAttribute

Syntax

TTMSMCPCustomAttribute = class(TCustomAttribute, ITMSMCPCustomAttribute)

Remarks

The class implements the interface query used by the reflection pass but suppresses reference counting, so an attribute instance is owned by the RTTI system for the lifetime of the program and is never released by an interface reference held to it.