Application Window
- Last UpdatedJan 09, 2024
- 1 minute read
The Application Window(AppWin) normally occupies most of the screen. When a Main form is assigned to it, the AppWin’s components are replaced by corresponding components of the Main form.
From top to bottom the AppWin comprises:
-
The AppWin Menu Bar, which contains the Main form’s menu bar.
-
The Dialog Bar, which contains the Main form’s toolbars.
-
The Document Area, which contains one or more document forms, which are normally constrained to this area.
-
The Status Bar, which displays current status, messages and general information to the user.
The picture below shows a typical example of what the AppWin looks like:
