Delphi Error – E2460 Cannot inherit from special class ‘%s.%s’

Delphi Compiler Error

E2460 Cannot inherit from special class ‘%s.%s’

Reason for the Error & Solution

This occurs when trying to create a derived class that inherits from a .NET special class(System.Delegate, System.Enum, System.Array and System.ValueType. Occurs with Delphi for .NET)