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.
BTLEStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
WDXView : Use
This help page presents the different features of WDXView......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
iCloud functions
The functions to handle keys in an Apple iCloud-based container of "key-value" pairs are as follows......
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
fImageSelect (Function)
Opens the image picker of Windows.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
2. Analysis in practice
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Image (Variable type)
The Image type is used to define the advanced characteristics of an image.