ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
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......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
7. AJAX technology
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Data model editor: types of links
Several types of links can be found between the files......
16. Types of code
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
Creating nested reports
Specific features of the Express version
Programming the looper attributes
All the looper attributes can be handled by programming......
Programming overview in C and C++
The Task structure
The Task structure is a preset structure of WLanguage (no declaration is required)......