ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
SNMP constants
List of constants used by the SNMP functions....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
12. Retrieving data from a site
HExecuteProcedure (Function)
Runs a stored procedure.
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.
SQLChangeConnection (Function)
Modifies the current connection.
WINDEV and telephony
WINDEV allows you to easily manage the incoming and outgoing phone calls via the WLanguage telephony functions......
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
XMLFind (Function)
Performs a search in an XML document.
HConnect (Example)
Usage example of the HConnect function
NetworkConnect (Function)
Associates a drive with a shared network directory.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......