ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
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.
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.
How to create a patch?
MatTranspose (Function)
Calculates the transposed matrix.
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......
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
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)....
LoadImage (Function)
Loads an image 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
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
<Array>.Sort (Function)
Sorts a WLanguage array.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Printing in PDF format: Special cases
Specific features of print in PDF format...