ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WEBDEV concepts / Part 2 - Developing a website
  • 1. Creating an internal page
  • 2. Using an internal page
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
9. Internal page
Previous pageTable of contentsNext page
The Internal Page control is used to include a page (and its code) in another page. At runtime, the internal page will be dynamically merged with the host page.
1. Creating an internal page
An internal page is a specific page that includes no title bar and no menu.
All types of controls can be used in this page.
In the example, an internal page is used to manage a shopping cart.
2. Using an internal page
To use an internal page, you must:
  • create an Internal Page control.
  • in the control description, select the internal page to use and validate.
Remarks:
  • The internal page used in the Internal Page control cannot be modified programmatically.
  • 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: 08/25/2023

Send a report | Local help