ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
MultimediaClose (Function)
Closes the media file currently played in the Multimedia control.
WINDEV Mobile 2025 Tutorial - Table of contents
Indicates the status of the media file played in the Multimedia control.
<Multimedia>.Status (Function)
Indicates the status of the media file played in the Multimedia control.
<Page>.OpenChild (Function)
Opens a non-modal child window.
<Multimedia>.Beginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
WEBDEV 2025 Tutorial - Table of contents
Positions at the end of media file played in the Multimedia control.
<Multimedia>.End (Function)
Positions at the end of media file played in the Multimedia control.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......