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.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes:...
The Captcha control
The "captcha" are the distorted texts that the Web user must decode and re-enter in a site...
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server)...
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
Android: Conditions for using the Map control
Up to WINDEV Mobile version 180046, the Google Maps API library was required to use a Map control...
WINDEV: Example of programmed Drag and Drop
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
14. PHP generation in practice
13. Security benefit: managing the "Back" button
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile,...
Viewing a report in 3D
Your report displays controls that overlap?......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Viewing a window in 3 dimensions
Your window contains overlapping controls?......
FTP constants
List of constants used by the FTP functions....
zipExtractPath (Function)
Returns the path of a file found in the archive.
zipDeleteFile (Function)
Deletes a file from an archive.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Constants for managing emails
List of constants used by the functions for managing emails....
Scheduler control events
The following events associated with Scheduler controls:...
Share your projects via Git
Git is a source code manager......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).