ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
ServiceRestart (Function)
Restarts a service (already started).
SQLFirst (Example)
Usage example of the SQLFirst function
HChangeKey (Example)
Usage example of the HChangeKey function
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
RESTSend (Function)
Sends a REST request and waits for the server response.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
Sum (Function)
Calculates the sum of the array elements.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
EmailGetAll (Function)
Retrieves all the emails found on a server.
Principle for running threads
At runtime, an application runs in a main thread......
fReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.