ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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).
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.
Merging differences (SCM)
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Creating requirements
The following steps must be performed to implement the requirements......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
How to create a patch?
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Time management
For each element (windows, reports, ......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
MatTranspose (Function)
Calculates the transposed matrix.
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
FlexColumnGap (Property)
The Property FlexColumnGap allows you to know and modify the width of the gutter which separates the elements in the same row of a control Flexbox.
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
The planes in WEBDEV
The planes are used to group the controls of an element......
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
<Array>.Sort (Function)
Sorts a WLanguage array.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.