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
7. Window templates
Previous pageTable of contentsNext page
WINDEV allows you to create window templates. These templates contain all the graphic elements common to all windows of your application.
Changes made to a window template are automatically applied to all the windows that use the template.
A window template follows the style book defined for an application.
View of a window template.
An orange outline appears around the template
in the editor.
Template used in multiple windows.
Elements from the template are identified by a yellow square.
Remark: The programming associated with the template elements can be performed in the template directly.
The characteristics of the elements can be dissociated from the template. For example, dissociate the position of a control from the template to move it elsewhere while keeping other changes (code, style, etc.). This is referred to as control inheritance. In this case, the elements are identified by a blue square.
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/06/2023

Send a report | Local help