|
|
|
|
|
- Overview of windows
- Creating a window
Windows constitute the main interface of a WINDEV or WINDEV Mobile application. Indeed, windows allow users to view and handle information. This information can be dynamic information (coming from files or queries) or static information (entered in the window controls directly).
To create a window: - Click in the quick access buttons:
- When the new element window appears, click "Window" then "Window".
- The window creation wizard opens.
- Select the type of window to create:
- the "Standard" tab is used to created blank windows, without any control.
- the "RAD" tab is used to create RAD windows. These windows can be used to display and enter data. This type of window can be based on a data file, on a query, ...
- the "Internal window" tab allows you to create windows that can be used by an Internal window control.
- the "Based on a template" tab allows you to create a window using a window template provided with the IDE or created previously.
To display the characteristics of the window, select "Description" in the context menu of the window.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|