ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
ERR_NO_CURRENT_PAGE
ERR_CLOSED_PAGE
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
ERR_CANNOT_RUN_EXPLORER
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Principle for running threads
At runtime, an application runs in a main thread......
7. AJAX technology
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
ElementWidth (Property)
The ElementWidth property is used to: Find out or modify the width of the elements in an Organization Chart control. Find out or modify the width of the cells in a Dashboard control....
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
ERR_BAD_ACTION