ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

REST web service: Creating entry points
The REST web service entry point creation wizard opens......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Principle for running threads
At runtime, an application runs in a main thread......
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Using the query result
The result of a select query can be used in......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
Using an external component in an application
A component can be reused at any time in any application......