ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Managing MQTT
MQTT is a "publish-subscribe" messaging protocol based on the TCP/IP protocol......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
WEBDEV site deployment: Site parameters
Once the site installed, you can define the site connection options......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
HTTPRequest (Example)
Usage example of the HTTPRequest function
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Character strings
WLanguage supports different types of strings....
Events associated with the project
List of events associated with the project...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
HNext (Function)
Sets the position on the next table record according to a browse item.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
General environment of WINDEV