Progress.Windows.IForm interface
- Last Updated: August 25, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(Windows only; GUI for .NET only)
Provides for interoperability between ABL GUI windows and .NET forms. All OpenEdge .NET form-based classes in ABL implement this interface.
Public Properties
| NextForm property | PrevForm property | ProWinHandle property |
Public Methods
This interface does not contain method prototypes.
Notes
- There is no need for user-defined classes to implement this interface.
- For information on the use of this interface when working with the form chain in an OpenEdge session, see Use .NET Classes in ABL Applications.
See also
Progress.Windows.Form class, Progress.Windows.FormProxy class