ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
HListItem (Example)
Usage example of the HListItem function
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
IF statement
The conditional IF statement allows you to run an action according to a condition...
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function