ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
<Radio button>.Delete (Function)
Deletes an option from a Radio Button control.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
ERR_DISCONNECTED_BY_ADMIN
WDInst: handling the files to install
By default, the files to install are......
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to: specify the options for managing the installer framework. specify the options for managing the UAC for the installer....
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ComponentList (Function)
Returns the list of external components (".WDK" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site.
How to create and handle a structure?
This help page explains how to create and handle a structure....
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Common project
Projects are often cross-platform......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......