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.
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Changes of behavior between versions 2024 and 2025
WINDEV, WEBDEV and WINDEV Mobile allow you to manipulate an Image control through programming......
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
.NET application
To create a.NET application from a project......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records - 30 min
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......