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.
BurnerList (Example)
Usage example of the BurnerList function
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
Sorts in a report
The sort is used to organize the information displayed in the report......
HSubstDir (Example)
Usage example of the HSubstDir function
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Creating help pages
A help system includes several pages......
GanttListTask (Example)
Usage example of the GanttListTask function
HExecuteQueryAsynchronous (Example)
Example of use of HExecuteQueryAsynchronous
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Replication (Property)
The Replication property gets and sets the replication mode.
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
grGridlines (Function)
Displays or hides the chart gridlines.
The Site Map control
The Site Map control allows the Web user to......
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
eChangeCurrency (Function)
Converts a currency into another currency.