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.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
TaskReset (Function)
Reinitializes the Task structure.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Native Sybase Connector for WINDEV and WEBDEV 2024
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
GroupReset (Function)
Reinitializes the Group structure.
Camera functions
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
Analysis links
The links are used to link the files found in an analysis between themselves......
WINDEV Mobile concepts