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.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SCM: Repository versions
There are different versions of the SCM repository......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
Advanced types
The advanced types of WLanguage are as follows...
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Image detection management constants
Calculates the width (in millimeters) of the text to print, according to the specified font....
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
Testing a static page
The test of a single page runs the current page in WEBDEV......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
tapiGetNumber (Function)
Opens a window that allows sharing the user's phone number(s)....