Progress.Util.ResourceHelper class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Windows only; .NET)
A helper class that provides a static method you can use to retrieve the contents of a .NET XML resource (.resx) file associated with a given .NET form class.
Serializable:
No
Constructors
This class does not contain a constructor.
Super Class
This class does not inherit a super class.
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
This class does not contain properties (beyond those it inherits from its base class).
Public Methods
| Load( ) method (Class) | – |
Public Events
This class does not contain events (beyond those it inherits from its base class).
Notes
For more information on using this ResourceHelper class, see the topics on creating and using forms and controls in
Use .NET Classes in ABL Applications.