ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
First project window
Defining clickable areas
In a page, an Image control can contain clickable areas......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Association in a CDM
In a CDM (Conceptual Data Model), the associations are used to link the entities between themselves......
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains...
IFrame control
IFrame is an HTML concept......
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic...
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures...
Image editor: Features
The image editor includes several features......
WLanguage procedure called by URISelect
WLanguage procedure ("callback") called by URISelect for the selected file.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
".STY" file: "Style sheet" file
A style sheet is a "......
Obtaining an SSL certificate for IIS2 (2.0 or later)
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV...
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min