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

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!