ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
MatReadColumn (Function)
Reads the value of all the elements found in a matrix column.
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
<Chart>.Tooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a Pie chart, column of a Column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
<Spreadsheet>.Freeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
WINDEV: Example of programmed Drag and Drop
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
<Chart>.ColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......