Try OpenEdge Now
ABL Essentials
Defining Functions
:
Defining a function
:
Making a forward declaration for a function
:
Making a declaration of a function IN SUPER
Making a declaration of a function IN SUPER
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.