ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Cell control
The Cell control contains controls......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
How to open a page?
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
Server (Property)
The Server property is used to manage servers.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Image control: the supported formats
The supported image formats are as follows:...
<Source>.CreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
5. Which type of server to choose?
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
HDeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
Error 1006: The member is not global: use: to access it
The different types of variables
The different types of variables are......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......