Comparison with procedure-based programming data elements
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ABL supports data members in classes in a similar way
to the data elements that you define in the main block of a persistent
procedure. However, data elements in a procedure are always private,
unless they are specified as SHARED, in which case
they can be shared among different external procedures (persistent
or non-persistent). ABL does not allow shared variables to be directly
accessed by classes.