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.
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user...
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image...
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user...
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page...
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without...
25. Performing a process on several successive pages
Performing a process on several successive pages...
Popup window
WINDEV allows you to open windows in popup format......
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
12. Control templates
WINDEV Mobile allows you to create control templates....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element...
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment...