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).
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
ScreenCastAllowed (Property)
The ScreenCastAllowed property is used to: find out whether the user can cast the content displayed in the Multimedia control to an external device (compatible with AirPlay), allow or prevent the user from casting the content displayed in the Multimedia control to an external device (compatible with AirPlay)....
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
TimelineDisplay (Function)
Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example).
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Reloading a document
To reload a document, ......
Help editor options
The options of the help editor ("Display......
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
WorksheetName (Property)
The WorksheetName property is used to get or change the name of the current worksheet in a Spreadsheet control.
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
PDFReaderSeekFirst (Function)
Initializes the search for a text in a PDF file displayed by the PDF Reader control and positions on the first occurrence found (from the current page).
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.