ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Index (Property)
The Index property is used to get the index of an element.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
DashInfoXY (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.
<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.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper 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.
OrgSelectMinus (Function)
Deselects an element from an Organization Chart control.
<Organization Chart>.SelectMinus (Function)
Deselects an element from an Organization Chart control.
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
ListModify (Function)
Modifies an element in 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.
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
LDAPValue (Function)
Returns the value corresponding to the index passed as parameter for the specified attribute.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
Table populated programmatically: WLanguage manipulation (prefix syntax)
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage.
Table field populated programmatically: handling in WLanguage
Here is an overview of how to manipulate Table controls populated programmatically in WLanguage.
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description...
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams...
<TreeView Table>.GiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper 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>.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).
<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.
<List Box>.Insert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
ListInsert (Function)
Inserts an element into 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.
Associative array (Variable type)
An associative array is an "advanced" type of array...
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
ListPosition (Function)
Displays a List Box or 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>.SelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):
  • the name of the column displayed for the specified position.
  • the index of the row or column for the specified position.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
Manipulating ListView controls programmatically (prefix syntax)
WINDEV allows you to programmatically manipulate ListView controls...
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Programming Table fields linked to a data file
Here are the main points of programming Table fields linked to a data file
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
Manipulating TreeView Table controls programmatically
This page explains how to program TreeView Table controls...
Manipulating TreeView Table controls programmatically (prefix syntax)
This page explains how to program TreeView Table controls...
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
Programming data-bound Table controls (prefix syntax)
Here's how to program Table controls linked to a data file.
Assignment operators
Three assignment operators are available...
Instantiating an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation...
TablePosition (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.
Seek (Function)
Searches for the index of an element in a WLanguage array.
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or 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...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
1
3