RAD Studio (Common)
ContentsIndex
PreviousUpNext
E2290: Cannot mix destructors with IDisposable (Delphi)

The compiler will generate IDisposable support for a class that declares a destructor override named "Destroy". You cannot manually implement IDisposable and implement a destructor on the same class.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!