ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
<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.
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
Label (Property)
The Label property is used to get and define the label of an element.
ScanDocumentFromCamera (Function)
Opens a specific window for scanning one or more documents using the phone or tablet camera. This function is equivalent to ScanFromCameraToImage....
Title (Property)
The Title property is used to get and change the title of an element.
Various constants
List of various constants used by the constants WINDEV functions....
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
13. Security advantage: "Back" button
Calculates the symmetric difference between a geographic polygon and another geometry....
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Properties of a help page
The characteristics of a help page are used to define......
HandwrittenInput (Property)
The HandwrittenInput property is used to manage stylus or mouse input (Windows XP Tablet PC or Windows Vista, respectively).
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.