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.
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Creating index keywords
Index keywords allow users to easily find a help page......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes,...
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
Importing a CSS style sheet
WEBDEV allows you to import a CSS style sheet into a WEBDEV project......
TreeExpand (Function)
Expands a node in a TreeView control.
XLS file handling functions
List of functions for managing XLS files...
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search...
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize...
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.