Comparison with procedure-based programming user-defined functions
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
In procedures, the closest equivalent to a property
is a user-defined function. You might define one function equivalent
to the GET accessor that returns a value, and another
function (or internal procedure) equivalent to the SET accessor
that accepts the setting value as an INPUT parameter.