ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Events associated with Spin controls
List of events associated with Spin controls...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Creating the Vision pages of the WEBDEV RAD pattern
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
12. Available tests
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
DateToInteger (Function)
Converts a date to an integer.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
ExeListProcess (Function)
Returns the list of applications currently run.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Local procedure
Two types of procedures are available......