ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
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....
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Creating an insert query
An insert query (corresponding SQL statement......
13. Print: Reports
WINDEV reports...
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Handling menu options programmatically
The menu options can be handled......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
WDMSG, WDTRAD and WDDIXIO: Translation tools
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
xmlSignatureInformationKeyX509 (Type of variable)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
Global and local variable
Two types of variables are available......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......