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.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Generating an application for Universal Windows 10 App
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure...
Query editor: Characteristics
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images...
6. Internal window
Internal windows...
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Creating a translation file
WDINT allows you to create a translation file....
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report...
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV...
Code history
The code history is used to......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data...
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
7. Multilingual sites in practice
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
fSelectDir (Example)
Usage example of the fSelectDir function
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......