ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 1 - Main concepts
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
  • In the window that 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 programmatically.
  • Limitations: The work area is rectangular and does not support overrides. 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/19/2024

Send a report | Local help