Add a destructor
- Last Updated: April 17, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- 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.