ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Progress Bar control
The Progress Bar control is used to follow the progress of an event...
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming...
Image (Property)
The Image property gets and sets the background image of a control or block.
Outstanding progress bars
Simple or symmetric progress bar?
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control...
The Tab control
The Tab control is used to simultaneously display different controls......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Code statistics
The code statistics affect......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Automatic error handling
Error handling can be customized for each process......
Container controls
WINDEV, WEBDEV and WINDEV Mobile feature different controls that can contain other controls......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.