ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Select,+ (External language)
Selects an element in a Table control.
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
<Table>.Expand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
TableEnroule_objet (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
<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....
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included in WINDEV, WEBDEV and WINDEV Mobile......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Table,Insert (External language)
Inserts an element into a table at a given position.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Simplify your searches
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
hbDeleteTable (Function)
Deletes an HBase table.
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
TableEnumBreak (Function)
Enumerates the breaks found in a Table 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....
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Table,Count (External language)
Returns the number of elements in a Table control.