ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
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.......
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...
Using the Salesforce service
Salesforce is a very popular CRM software......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Table,Add (External language)
Adds an element to a Table control.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
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.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
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
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....