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.
Word Processing control properties
A Word Processing control can be handled in a window by the following WLanguage properties......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files...
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control...
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup...
8. Optimizing an application
ComponentLocate (Function)
Specifies the access path to an external component of project.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating...
Customizing the report viewer: Available windows
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system...
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked...
The Tab control
The Tab control is used to simultaneously display different controls......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer,...
Python: Native calls
WLanguage allows for native Python calls......
fSelect (Function)
Opens the Windows file picker.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main...
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table,...
The Image control
The Image control is used to......
The Clickable Image control
The Clickable Image control can be used to......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged...