ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
<Chart>.Interval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
Creating a table in a report
Tables can be created in a report......
WDTRAD options
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
Date (Type of variable)
The Date type enables you to easily handle the dates...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
HDelete (Function)
Deletes a record from a data file (query or view).
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Constants for managing projects
List of constants used by the functions for managing projects....
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
Software Factory
The concept of software factory is used to automate the process for creating applications....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Version of the files in the virtual directory
The configuration diagnostic displays the following error......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
fRename (Function)
Modifies the name of a file.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
EmailSend (Example)
Usage example of the EmailSend function