ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
LoadParameter (Function)
Reads a persistent value.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
Chart: Managing legends
Several types of legends are supported in the charts......
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Specific features of the applications for iPhone/iPad
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
Compilation options (chm format)
Translating the code
WINDEV, WEBDEV and WINDEV Mobile allow you to automatically translate your WLanguage code from English into French and vice versa......
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
The planes (in a window or in a report)
The planes are used to group the window controls......
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....