ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV applications for Linux: Specific features
2. Projects in practice
Discover the main operations that can be performed on a project....
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Python: Native calls
WLanguage allows for native Python calls......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
fSelect (Function)
Opens the Windows file picker.
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
PDF Reader control events
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Managing parallel tasks
The computers are becoming more and more powerful......
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Custom tooltips
Tooltips are very useful for application users......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
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....
HCopyRecord (Example)
Usage example of the HCopyRecord function
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......