Comparison with procedure-based programming internal procedures and functions
- Last Updated: February 15, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Comparison with procedure-based programming internal procedures and functions
By comparison, internal procedures and functions are
always PUBLIC by default, which means that they
can be executed from within a super procedure stack (through the RUN SUPER statement
or SUPER built-in function), or from unrelated
procedures. You can define internal procedures and functions as PRIVATE to
restrict access to the defining procedure alone.