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.
<Table>.AddInProgress (Function)
Gets or sets the display mode of the internal loading window used when additional elements are loaded in an Infinite Table control.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Source>.FromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Border (Property)
The Border property gets and sets the characteristics of the borders: for a report control or block. for a window control. for a cell of the Table control....
GanttListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
HeaderVisible (Property)
The HeaderVisible property is used to: Determine if the row and column headers are displayed in a Spreadsheet control. Show or hide the row and column headers in a Spreadsheet control....
DayWidth (Property)
The DayWidth property is used to determine and change the width of days: in a Scheduler control where the days are displayed in column and the resources in rows. in a Gantt Chart column....
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks in a Gantt Chart column, a specific task (selected or hovered)....
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Binding an Image control to an item
An Image control can correspond to an item found in a table, in a query,...
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageToFile (Function)
Automatically updates: the value of the items in a table with the value of the controls in the page. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Unicode in character strings
The Unicode format is an encoding system that assigns a unique number to each character....
HFSQL functions (prefix syntax)
List of functions for HFSQL management...
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL tables.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server tables....
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server tables....
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.