ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 1 - Main concepts
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
6. Internal window
Previous pageTable of contentsNext page
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
1. Creating an internal window.
To create an internal window:
  • Click Create an element in the quick access buttons.
  • The creation window appears: click "Window" then "Internal window".
An internal window is a specific window that has no title bar or menu. All types of controls can be used in this window.
In the example, an internal window is used to select files.
Creating an internal window
2. Using an internal window.
To use an internal window:
  • Create an Internal Window control.
  • In the control description window, select the internal window to use.
  • Validate the control description window.
Using an internal window
Remarks:
  • The internal window used in the "Internal Window" control can be modified through programming.
  • Limitations: The host area is rectangular and no override is allowed. To perform overrides, it is recommended to use control templates.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/06/2022

Send a report | Local help