ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Query with parameters
The queries with parameters allow the user to easily select records according to his own requirements......
HSpace (Property)
The HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
VSpace (Property)
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Warning 12: The label is unused
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
Status bar of windows
The status bar of a window is used to display several types of information......
Error 3: The string has no final "
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Report and project
In most cases, a report is linked to a project......
ERR_NO_PROJECT
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Label report
The report editor allows you to create "Label" reports......
Error 2: Incomplete line
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
10. UMC: User Macro-Code
SysWinTitle (Function)
Returns the title of the window.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......