ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
GanttListTask (Example)
Usage example of the GanttListTask function
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Creating a table in a report
Tables can be created in a report......
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Twain constants
List of constants used by the Twain functions....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
The Item control
The "Item" control is used to edit the content of an item found in a data file......
fMoveFile (Function)
Moves a file from one directory to another.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Specific features of the applications for iPhone/iPad
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
Creating links
Links help users navigate the help system......
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Events associated with control templates
List of events associated with control templates...
MatCopy (Example)
Usage example of the MatCopy function