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.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Software factory administrator: Options
Several options can be configured in the Software Factory administrator......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Deployment diagram
A deployment diagram shows the physical layout of the hardware components (nodes) used in a system as well as the association between the executable programs and these components......
SocketClose (Function)
Closes a socket or a connection to a server socket.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
SocketExist (Function)
Checks the existence of socket.
Error 4: A space is required after the ':' character
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Creating a delete query
A delete query (corresponding SQL statement......
Creating an insert query
An insert query (corresponding SQL statement......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......