ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The property Selection property displays 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.
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.
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
URL Rewriting
URL Rewriting is a technique used to improve SEO......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without...
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
Composite keys
A composite key is a key item containing several other items......
Automatic error handling
Error handling can be customized for each process......
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well...
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find...
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL...
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Installing and starting WDTRAD
Installing and starting WDTRAD
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform...
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform...
11. User Macro-Code: UMC in practice
Compilation options (HLP format)
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Outstanding progress bars
Simple or symmetric progress bar?...
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......