ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView 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....
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Table>.Position (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.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
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.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
<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....
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table 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....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......