ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Events associated with a Gantt Chart column
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
EmailGetAll (Function)
Retrieves all the emails found on a server.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
HConnect (Example)
Usage example of the HConnect function
GanttListTask (Example)
Usage example of the GanttListTask function
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......
HChangeConnection (Example)
Usage example of the HChangeConnection function
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....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
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.
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
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.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
MatCopy (Example)
Usage example of the MatCopy function