ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
KanbanDeleteAllCard (Function)
Deletes all cards from a Kanban control or Kanban List control.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
<Toolbar>.Undock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
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....
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
Handling a Navigation Bar control through programming
The Navigation Bar control can be handled by programming......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......