ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure associated with YesNoAsynchronous
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
<Image>.VerticalSymmetry (Function)
Flips an image contained in an Image control with respect to a vertical axis (symmetry with respect to a vertical axis).
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
Using the Salesforce service
Salesforce is a very popular CRM software......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
What is an application?
An application is a set of objects (windows, controls, ......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
MCI functions
List of MCI functions...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Organizer report
The report editor gives you the ability to create "Organizer" reports....
OpenChild (Function)
Opens a non-modal child window.
15. Project Management Hub
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
WINDEV Mobile 2024 Tutorial - Table of contents
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Report viewer: Proposing several reports
In the document preview, end users can......
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......