ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control...
Image (Property)
The Image property gets and sets the background image of a control or block.
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
UserPassword (Property)
The UserPassword property is used to manage the user password required in an authentication process.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Handling Spreadsheet controls programmatically (in a report)
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, ......
The Tab control
The Tab control is used to simultaneously display different controls......
Code statistics
The code statistics affect......
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
<Source>.NoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Automatic error handling
Error handling can be customized for each process......
"Clickable" image in a window
WINDEV and WINDEV Mobile give you the ability to use clickable images......
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Managing parallel tasks
The computers are becoming more and more powerful......