ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
ChangeAction (Example)
Usage example of ChangeAction
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
wWDGetReturnValueType
Type of the return value of the last nWDExecute, nWDExecuteEx or nWDEvalue statement]......
Error 120: Redefinition of the structure
Error 105: Redefinition of the local variable
nWDExecute: Running a WLanguage function
Running a WLanguage function by dynamic compilation with command formatting......
Error 123: The constant already exists
Error 1022: The access to the method of the class is restricted by a protected inheritance
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Error 1015: The method of the class is protected
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
OCRModelPathDirectory (Function)
Used to set the directory that contains the language models for the native OCR system.
Recompiling the project
The project compilation is a process used to......
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....