ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Handling an ActiveX by programming
WINDEV allows you to handle an ActiveX control in WLanguage via......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
tapiDial (Function)
Dials a phone number for a voice line.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Properties associated with a supercontrol
List of properties associated with a supercontrol...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
AppControl (Function)
Enables (or disables) the remote control for the current multi-user WINDEV application. This is an advanced function.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
dBackground (Example)
Usage example of the dBackground function
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Report blocks
A printed report includes several sections......
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.