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.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed...
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
GetTheme (Function)
Gets the current theme of a mobile application.
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
Page templates
WEBDEV allows you to create page templates......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started...
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed...
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content...
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Page templates and inheritance
...When a page template is applied to a page, all the controls and code found in the template...
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template...
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
fImageSelect (Function)
Opens the image picker of Windows.
Materialized view
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project...
Lotus Notes constants
List of constants used by the Lotus Notes functions....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point):...
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Operations performed on activity diagrams
The following paragraphs explain......