ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Bar code constants
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Repositionable Note functions
HMode (Function)
Changes the mode and the method for locking data files.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications generated with WINDEV Mobile. This allows you to create global procedures in Java....
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Sorts in a report
The sort is used to organize the information displayed in the report......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
17. WLanguage: a simple and powerful language
Removing a project from the SCM (Source Code Manager)
Managing accessibility on Mobile
On smartphones and tablets, there is an operating mode designed for visually impaired and blind users......
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
14. PHP generation in practice