ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Code statistics
The code statistics affect......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
Data model editor: types of links
Several types of links can be found between the files......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
"About" window
The "About" window is used to display and access various information about the current application......
8. If you are already familiar with WINDEV
How to open a window?
Android: The different types of notifications
Android proposes several types of notifications to inform the user......
Error: Redefinition of syntax
The '<method>' methods of the '<derived class>' class and of the '<base class>' class do not have the same prototype......
12. Pages in practice
Combo Box and List Box controls: Automatic features (AAF)
The List Box and Combo Box controls can benefit from several AAFs......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
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.