ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
The structure of the file for remote control
The management of remote control uses a file in INI format......
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
4. When to use the debugger?
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Events associated with the Pivot Table control
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Operating mode of dynamic Active WEBDEV Pages
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...