ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Error 1003: The element does not exist in the class
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
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....
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<List Box>.Count (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
5. Site test in practice