Try OpenEdge Now
skip to main content
Online Help
Introducing the ABL Editor : Reference : Code-generation wizards : Add Constructors from Super Class wizard
 
Add Constructors from Super Class wizard
The Override/Implement Members wizard helps you to:
*Locate inherited data members that you want to override.
*Satisfy the requirement to implement data members declared in interfaces implemented by the current class, and to implement inherited abstract members.
This wizard appears when you select Source > Override/Implement Members. The following controls are available:
Constructor list
Displays and lets you select constructor methods declared in the parent class from which the current class inherits.
Insertion position
Determines where the constructor code is inserted in the source file.
Generate method comments
If checked, adds a comment block before the inserted method code.