ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HSetCache (Function)
Used to configure the management of caches in the HFSQL Client/Server engine.
BrowserPlatform (Function)
Returns the user's browser platform.
EmailOpenMail (Function)
Opens the default messaging software:
  • of the user on the browser.
  • of the user on the current Windows computer.
  • on the phone.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
HTTPRequest (Function)
Starts an HTTP request on a server.
Importing and consuming SOAP web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets...
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.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
ShellExecute (Function)
Opens a document in its associated application.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)...
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
RESTSend (Function)
Sends a REST request and waits for the server response.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3.
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 3.
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected...
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also...
PageAddress (Function)
Used to find out the Internet address of a page.
<Page>.Address (Function)
Used to find out the Internet address of a page.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
StreamConfigure (Function)
Specifies the network parameters required to use the Conference controls on Internet.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
HTTP functions (prefix syntax)
List of HTTP functions...
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found...
<emailIMAPSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the messaging software using IMAP (Internet Message...
EmailAddFolder (Function)
... (Internet Message Access Protocol), ...).
1. What is a website?
EmailCurrentFolder (Function)
... the IMAP protocol (Internet Message Access Protocol), ...).
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet...
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
29. SEO in practice
1
2
>