ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Code editor: Display options
The code editor proposes several display options......
TreeView control functions
The following functions are used to manage TreeView controls:...
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
XLS file handling functions
List of functions for managing XLS files...
LooperSelectMinus (Function)
Deselects a row in a Looper control.
LooperSelectPlus (Function)
Selects a row in a Looper control.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
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.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
The Cell control
The Cell control contains controls......
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
1
2
3
4
5
6
189
>