ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDelete (Function)
Deletes a record from a data file (query or view).
WDBal messaging: Writing a message
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily...
SQL view
An SQL view is a virtual data source defined by an SQL query......
Custom tooltips
Tooltips are very useful for application users......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors...
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics...
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Creating a table in a report
Tables can be created in a report......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file...
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Test of a query
The query editor allows you to run the test of query result......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
System constants
List of constants used by the system functions....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple...
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used...
2. Projects in practice