Delphi Compiler Error
E2260 Implements clause not allowed together with index clause
Reason for the Error & Solution
You have tried to use an index clause with an implements clause. Index specifiers allow several properties to share the same access method while representing different values. The implements directive allows you to delegate implementation of an interface to a property in the implementing class but it cannot take an index specifier.