ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor 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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
TableCellSelectOccurrence (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.
<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>.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.
zipSelectFile (Function)
Selects files from an archive.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
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.
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,...
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
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......
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