ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
21. Managing business rules
Managing business rules...
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
18. Management of business rules
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
docElementImage (Type of variable)
The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
docElementLink (Type of variable)
The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
StartPosition (Property)
The StartPosition property is used to get the starting position of an element in a Word Processing document
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
<List Box>.Insert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Modify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Delete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
<List Box>.Add (Function)
Adds an element programmatically to a List Box, ListView, Combo Box or Carousel control.