ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 1 - Main concepts
  • 1. Creating an internal window
  • 2. Using an internal window.
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
10. 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

An internal window can be created via the icon in the quick access buttons. In the "New" window, 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.

2. Using an internal window.

To use an internal window, you must:
  • create an Internal Window control.
  • in the control description, select the internal window to use and validate.
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
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help