ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
AddLink (Function)
Adds a link to a text section in an edit control.
fRename (Function)
Modifies the name of a file.
Assisted universal replication: specific features
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Guided tour management constants
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Installing the monitor
The monitoring robot includes three executables......
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
fWriteLine (Example)
Usage example of the fWriteLine function