Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Tasks : Writing ABL code : Writing object-oriented code : Adding a destructor
 
Adding a destructor
When you create a new class, you can add a destructor by selecting the Generate destructor toggle in the New ABL Class wizard. You can add a destructor to an existing file by choosing Source > Add Destructor. The editor adds the destructor at the current cursor position.
Note: A class can have only a single destructor.