ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

"Real-Time Performance Profiler" pane
The "Real-Time Performance Profiler" pane shows the activity of an application or site during a test......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
WEBDEV styles
WEBDEV styles are advanced styles......
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
29. SEO in practice
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Animation functions
WINDEV proposes several WLanguage functions for managing animations......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
<Connection variable>.RestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
SCM: Checking out an element
To edit an element of a project hosted on an SCM repository, you must first check out the element......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......