Parameter lists that differ only by mode
- Last Updated: December 18, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
If parameter lists differ only by the mode, you must specify the parameter modes when invoking the method or constructor. Failure to find a match raises a compile-time error.
Note: Best practice is that you always specify the mode for all
parameters of a class-based method call.