ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
<Page>.OpenChild (Function)
Opens a non-modal child window.
MultimediaStop (Function)
Stops playing a media file found in a Multimedia control.
MIMEType (Property)
The MIMEType property gets and sets the MIME type of an element.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MultimediaStatus (Function)
Indicates the status 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.
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
<Multimedia>.Beginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
The HTML Display control
The HTML Display control displays a web page in an application......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Manipulating Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be manipulated programmatically......
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
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......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Creating a select query
A select query (corresponding SQL statement......