ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to retrieve the analysis structure through programming?
This help page explains how to retrieve the analysis structure through programming....
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Handling Spreadsheet controls programmatically (in a report)
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
4. UI: Windows
IU of windows...
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
3. Data handled by a WINDEV Mobile application
The data handled by a WINDEV Mobile application can come from...
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
7. Multilingual sites in practice
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV site, we recommend that you run the final tests from a test sever......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......