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.
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
MDIOpen (Function)
Opens and enables an MDI child window.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
History of versions
The history of setup versions is an advanced feature of the network setup......
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
Action Bar control events
Moves backward several records from the current position in the data file, according to a specified item....
The Signature control
The Signature control is a report control used to sign......
SOAPRun (Function)
Runs a procedure on a SOAP server.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
The HTML Display control
The HTML Display control displays a web page in an application......
Configuring the "fax server" computer
WINDEV and WEBDEV allow you to manage faxes via the system fax server, available in Windows XP and Windows 2000......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
How to develop a PHP site?
What is a PHP site?......
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
14. Configuring the "Back" button in practice
Blurs the entire given area in a variable of type picLayer....
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......