ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control...
<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.
Importing and consuming SOAP web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...
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.
ShellExecute (Function)
Opens a document in its associated application.
HTTPSend (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...
The Conference control
The Conference control allows you to view and/or listen to video and/or sound in real time...
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV websites)...
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)...
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV...
<httpRequest variable>.Send (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.
EmailOpenMail (Function)
Opens the default messaging software:
  • of the user on the browser.
  • of the user on the current Windows computer.
  • on the phone.
BrowserType (Function)
Returns the type of browser used by the Web user.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time...
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
The Web Camera control
The Web Camera control is used to view a file that is refreshed at regular time intervals.
RESTSend (Function)
Sends a REST request and waits for the server response.
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.
SFExecuteProcess (Function)
Requests the execution of a specific process.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
HTTP functions
List of HTTP functions...
SchedulerTriggerProperties (Function)
Reads the properties of trigger of a scheduled task and updates the TriggerScheduledTask structure.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFConvertLead (Function)
Converts the leads.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad...
Installing a Webservice (old format)
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple...
SFModify (Function)
Modifies the records of a file defined in Salesforce.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
The Clickable Image control
The Clickable Image control can be used to......