ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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), ...
<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.
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).
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.
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.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Compound statements
MDIOpen (Function)
Opens and enables an MDI child window.
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......
NetworkUser (Function)
Identifies the name of the connected user.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
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......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
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......
How to develop a PHP site?
What is a PHP site?......
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
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)......
HFSQL constants
List of constants used by the HFSQL functions....