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.
3. Deploying a WINDEV application
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular...
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one...
Upload control events
The following processes are associated with the Upload control:...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Configuring an application with User Groupware
Overview of external languages
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order...
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored...
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
WDSQL, SQL querier: Overview
WDSQL is used to......
Shared information
The information entered when creating the files and the items is shared throughout...
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description...
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
Kanban control events
The following events are associated with Kanban controls......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF...
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
16. Application test in practice