ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
HFileExist (Example)
Usage example of the HFileExist function
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Monitoring robot: Robot settings
From the monitor, you can change the configuration options......
fMemExist (Function)
Checks the existence of a shared memory area.
SocketRead (Function)
Retrieves a message sent by another socket.
Border (Variable type)
The Border type is used to handle a border through programming...
JSONToVariant (Example)
Usage example of the JSONToVariant function
HOnError (Example)
Usage example of the HOnError function
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
Null (keyword)
The "Null" keyword can correspond to:
HTransactionSavepoint (Function)
Declares a transaction savepoint.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
ReplicInitialize (Function)
Initializes or reinitializes a replication defined by the replication editor (ReplicEdit).
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
HMergeView (Example)
Usage example of the HMergeView function