Basic types of forms and application design
- Last Updated: June 3, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
ABL supports several types of .NET forms for building several types of applications. A built-in form class can be used to create standard, borderless, and floating windows. You can also use this class to create modal windows such as a dialog. A special form, the Multiple Document Interface (MDI) form, can contain other forms as child forms, including ABL windows.