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.
Using the task management and the schedule
Time management is extremely important......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Creating an executable
When your application is fully described (windows, reports, queries, etc.)......
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
grScatterGetDataXY (Function)
Retrieves a data from a "Scatter" chart. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Utiliser les nouveautés de WINDEV Suite SaaS 2025....
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Constants for managing Gantt charts
1. Examples provided with WINDEV Mobile
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
MyParent (Reserved word)
MyParent is used to handle...
Composite variable
A composite variable contains different types of elements (members)...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Accessibilité (Property)
Sum (Function)
Calculates the sum of the array elements.
Dictionary
The dictionary is a file that can contain the project elements......
zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.