ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dashboard constants
Constants used by the functions for managing Dashboard controls...
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
WEBDEV Application Server remote control functions (prefix syntax)
The following functions are used to manage users and connections on a WEBDEV Application Server, using prefix syntax:
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
FullTextIndex description (Type of variable)
A FullTextIndex description variable is used to describe one or more full-text indexes through programming.
Page Header block
The Page header block is printed on each new page......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Replication: The different types
The data replication is a powerful feature......
BTLE functions (prefix syntax)
The following functions are used to handle the Bluetooth Low Energy devices:...
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
Android permission management functions
The following functions are used to manage permissions in Android applications...
Testing a project: setting
By testing the project you can simulate how the application will run......
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
ERR_BAD_APPLICATION
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
What is an application?
An application is a set of objects (windows, controls, ......