ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
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....
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Error 1007: The member is global: use the: operator: to access it
xlsVersion (Example)
Usage example of the xlsVersion function
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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....
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
Handling Spreadsheet controls programmatically (in a report)
Example for creating a select query
This help page explains how to create two select queries......
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
dBackground (Example)
Usage example of the dBackground function
EmailDeleteMessage (Example)
Usage example of the EmailDeleteMessage function
WINDEV Mobile concepts
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Modbus constants
Constants used by the Modbus management functions....
Modbus functions (prefix syntax)
List of Modbus functions...
Query based on query
Queries can be based on items from another query......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
EmailReadNext (Example)
Usage example of the EmailReadNext function
GetActiveObject (Example)
Usage example of the GetActiveObject function
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....