Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Tasks : Writing ABL code : Writing object-oriented code : Overriding members
 
Overriding members
The OpenEdge Editor includes an option to ease the task of finding the correct methods, events, and properties to override in your class hierarchy.
1. Select Source > Override/Implement Members to launch the Override/Implement Members wizard.
2. Select the members to override (or implement) from the list of members available in the class hierarchy.
3. Select the desired insertion position.
4. Click Generate. The overrides are added at the specified position in the source file.
Note: A green-triangle decorator appears on the marker bar in the ABL Editor next to any member that is an override or overload.