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.
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
Movable (Property)
The Movable property is used to define if an element can be moved.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
gImage (Function)
Builds a sequence of characters containing an image.
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
<Table>.FixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
<Graphe>.WaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
grWaffleSize (Function)
Defines the number of rows and columns in a Waffle graph.
Gantt Chart functions
The following WLanguage functions are used to manage the Gantt charts......
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
ERR_NO_TABLE
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
NumberColumn (Property)
The NumberColumn property is used to get and change the number of columns of an element.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....