ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Push notification
A mobile device can receive push notifications......
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Handling TimeLine controls programmatically
A TimeLine control can be......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
3. Dates, arrays and structures
WINDEV Mobile Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Speech synthesis management functions
The following functions are used to manage speech synthesis...
.NET Assemblies
.NET is Microsoft's software development platform......
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
The Cell control
The Cell control contains controls......
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
Events associated with a Navigation Bar control
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
25. Performing a process on several successive pages
Performing a process on several successive pages...