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.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
gpwBiometricAuthentication (Function)
Enables biometric authentication for the connected user or retrieves the current status for the connected user.
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
NetDiskList (Function)
Lists the available disks: on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
NetDirList (Function)
Lists the directories and the files found: on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV, on the client computer. This function is kept for backward compatibility....
Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
pdfParameter (Variable type)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Skin elements
The skin elements are used to quickly change the visual aspect of a project without having to retouch every page and every page template......
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HSetREP (Function)
Enables or disables the management of .REP file.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...