[Progress Communities] [Progress OpenEdge ABL] Forum Post: Why can't Dispose(disposing) be overridden?

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
The Dispose(disposing) method is supposed to be overridable (non final), yet I get a compiler error when trying to override it in a derived Form or UserControl. Overriding in c# works as expected. What's going on here? METHOD PROTECTED OVERRIDE VOID Dispose(disposing AS LOGICAL): SUPER:Dispose(disposing). END METHOD. -> Method 'Dispose' in class hierachy is FINAL. Cannot be overridden. (12999). This is incorrect, the method is not final.

Continue reading...
 
Status
Not open for further replies.
Back
Top