ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Canada.checkTaxNumber (Function)
Tests the validity of a Canadian tax number.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
Table,Add (External language)
Adds an element to a Table control.
Creating the Vision windows of the WINDEV RAD pattern
NFCSendTag (Function)
Sends a NFC tag to another device.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Organization chart linked to a data file
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.
PDF Reader control events
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
Events associated with a Switch control
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....