ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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), ...
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).
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.
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.
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.
<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.
StatCovariance (Function)
Calculates the covariance between two series of values.
SQLLast (Function)
Sets the position on the last row of the query result.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
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....
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
zipListFile (Example)
Usage example of the zipListFile function
Clipboard functions
List of functions for managing the clipboard...
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
<Source>.ListLink (Function)
Returns the list of links (Merise) in the current database schema or in a specific database schema.
zipFindFile (Example)
Usage example of the zipFindFile function
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property gets and sets the maximum height of a thumbnail of an Image item (binary memo).
TableAddChild (Example)
Usage example of the TableAddChild function
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
SQLNext (Function)
Positions on the next row of the query result.