ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
1. Project and analysis
Comparing the project messages
The comparison between source and target text helps you find translation errors......
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a data file or populated programmatically). the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically)....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
Events associated with a Multimedia control
List of events associated with a Multimedia control...