ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
SQLFirst (Function)
Positions on the first row of the query result.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
fSeek (Example)
Usage example of the fSeek function
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
EmailConfigure (Function)
Used to configure the WLanguage functions for email management.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
fShortName (Example)
Usage example of the fShortName function
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Retrieving the coordinates of a click in a clickable image
If the click action of the image is set to "Server call", you can get the click coordinates when the image is clicked in the browser......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Customizing the WEBDEV User Groupware
The groupware in automatic mode offers several possibilities......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
fDelete (Example)
Usage example of the fDelete function
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......