ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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).
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.
Print modes of a report
Several print modes are available for a report....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
Managing space characters in the searches?
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
HSubstDir (Example)
Usage example of the HSubstDir function
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
xlsLayout (Type of variable)
The xlsLayout type is used to define all the layout characteristics of a sheet of an XLSX document in a Spreadsheet control.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
SpreadsheetTypeAndMaskSelection (Function)
Returns or modifies the type and mask of selected cells in a Spreadsheet control.
Type (Property)
The Type property is used to get and change the type of an element.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
SpreadsheetAddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
SysSerialNum (Function)
Returns the IMEI number of the current device.
iPrintImage (Example)
Usage example of the iPrintImage function
iHPos (Function)
iHPos is kept for backward compatibility.
SIPAddress (Type of variable)
The SIPAddress type is used to define the advanced characteristics of a SIP address.
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....