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.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Help editor options
The options of the help editor ("Display......
Data persistence
The data persistence is used to store the value typed by the user......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
Reloading a document
To reload a document, ......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data...
Examples for using the OLE DB provider for HFSQL
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Test of a query
The query editor allows you to run the test of query result......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Configuring the setup program
Two tools can be used to create a setup program......
Project Management Hub: Managing contributors
Contributors are the people who take part in one or more projects......
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
4. When to use the debugger?
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following...
Using the query result
The result of a select query can be used in......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Generating a library
Generating a library consists in selecting the elements handled by this application (windows,...
SCM: Management of rights
It is possible to manage and grant certain access rights to the developers for each element...