ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
19. Upload: Sending files to the server
HTMLEditorInsert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
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.
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Designing a supercontrol
A supercontrol is an advanced type of control......
The planes (in a window or in a report)
The planes are used to group the window controls......
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
10. Smart controls
Smart controls...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
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....
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
1
3
4
5
6
7
189
>