ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ...
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control).
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
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......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
<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.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
<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.
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......