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.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Organizer report
The report editor gives you the ability to create "Organizer" reports....
Project description: Options tab
The project description window allows you to configure various elements of your project......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous...
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV...
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
Rights on the virtual directory
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer...
WDTRAD options
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control...
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
16. Java applications in practice
Java applications in practice...
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights...
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found...
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native...
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native...
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call...
Control constants
List of constants used by the functions for managing controls...
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......