ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
NetMachineName (Function)
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....
grGridlines (Function)
Displays or hides the chart gridlines.
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
tapiAnswerCall (Function)
Answers an incoming call that was detected.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
Detailed use of WINDEV FTP/RPC
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
grMenu (Function)
Defines the type of context menu displayed by a chart.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
grIncreaseData (Function)
Adds a value to a data in a chart.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
grWndSize (Function)
Defines the size of the window containing the chart.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......