Making a declaration of a function IN SUPER
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The third option in the function prototype is to declare
that it is found IN SUPER at run time. This means
that the function is implemented in a super procedure of
the procedure with the declaration.