ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
Environment of the report editor
Environment of the report editor...
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
How to find out whether a report was printed?
dPolygon (Example)
Usage example of the dPolygon function
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
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, ......
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
WinCopyForm (Function)
Copies the content of a form into the clipboard.
Testing a WEBDEV website on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
Designing a supercontrol
A supercontrol is an advanced type of control......
JSONXMLConverter (Variable type)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
2. WEBDEV administrator in practice