Add a destructor
- Last Updated: February 19, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.