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.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
zipExtractPath (Function)
Returns the path of a file found in the archive.
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
memcachedConnection (Variable type)
The memcachedConnection type is used to define the characteristics of a connection to a Memcached server.
SocketRead (Function)
Retrieves a message sent by another socket.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
docFragment (Variable type)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
SocketCreateInfrared (Function)
Creates a socket that uses the infrared port.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
LDAPNbValue (Function)
Returns the number of values for an attribute.
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
SCM: Branch management window
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......