ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
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....
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....
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
Code editor: Display options
The code editor proposes several display options......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Managing parallel tasks
The computers are becoming more and more powerful......
WINDEV applications for Linux: Specific features
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
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Error (Function)
Displays a custom error message in a system error window.