E2414 Disposed cannot be declared in classes with destructors (Delphi)
Go Up to Error and Warning Messages (Delphi) Index
Disposed_ cannot be declared in classes with destructors. If a class implements the IDispose interface the compiler generates a field called Disposed_ to determine whether or not the IDispose.Dispose method has already been called.