Add a destructor
- Last Updated: March 12, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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 . The editor adds the destructor at the current cursor position.
Note: A class can have only a single destructor.