ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
Handling the report blocks through programming
Each report block is associated with different events......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
GestureCurrentPointer (Function)
Returns the pointer index (finger or stylus) that triggered the call to a process specific to the multi-touch feature in an Image control.
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
ConnectionPoint (Property)
The ConnectionPoint property allows you to handle the connection points of a shape in a Diagram Editor control.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
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)......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
Automatic documentation of external components
External components must include a technical documentation......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....