ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
12. Control templates
...Control templates...
Control template
A control template is a set of controls that can be reused in several windows or pages...
12. Control templates
WINDEV Mobile allows you to create control templates....
20. Control templates
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Custom properties (WLanguage)
A custom property is a code element with two events...
Events associated with control templates
List of events associated with control templates
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Dictionary
The dictionary is a file that can contain the project elements......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......