ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
Index (Property)
The Index property is used to get the index of an element.
LooperAdd (Function)
Adds a row at the end of a Looper control.
<Dashboard>.InfoXY (Function)
Determines:
  • whether a widget is found at a given position in a Dashboard control.
  • which widget is found at a given position in a Dashboard control.
<Looper>.BreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
Display (External language)
Displays a value in a control or assigns a value in a variable.
<Organization Chart>.SelectMinus (Function)
Deselects an element from an Organization Chart control.
<List Box>.Modify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
Display different content for each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls...
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams...
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
InitialContent (Property)
The InitialContent property gets the initial content:
  • of a List Box control populated programmatically.
  • of a Combo Box control populated programmatically.
  • of a "List of values" column in a Table control.
  • in a Spreadsheet control.
<Kanban list>.ListIndex (Function)
Returns the index of a list in a Kanban control.
Associative array (Variable type)
An associative array is an "advanced" type of array...
<List Box>.Insert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
<List Box>.Delete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
<List Box>.SelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
<List Box>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
TableAddLine (Function)
Adds a row in:
  • a Table control,
  • a TreeView Table control.
<Table>.AddLine (Function)
Adds a row in:
  • a Table control,
  • a TreeView Table control.
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls...
Container column in a Table control
A cell found in a Table control can contain a set of controls...
1
2