ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
7. Multilingual sites in practice
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
AutomationEvent (Function)
Branches a procedure to the event of an automation object.
The Carousel control
The Carousel control is used to display an animated menu made of images......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
The indexed controls
A control is an indexed control if it contains several controls with the same name......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.