ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Table>.AddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Table>.ColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
hbCreateTable (Function)
Creates an HBase table or modifies the description of an HBase table.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
GanttWorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
<Spreadsheet>.EndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......