ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Writing an email: the available methods
This help page presents the methods for writing an email....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Importing/Exporting a dictionary
WDTRAD allows you to import and export a dictionary......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Error 1021: The method of the class is not global
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element in the SCM......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
Defining clickable areas
In a page, an Image control can contain clickable areas......
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
HFSQL: Change of name
The DotNet structure
<Window>.EdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......