ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating nested reports
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
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......
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
Selecting the application or the files to install
WINDEV includes a wizard for generating a setup program: to install a WINDEV application. to install other files. Installing goodies for example (images, videos, ...)....
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
Lesson 4.10. Re-use code via external components
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Optional events: Retrieved information
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Error 1016: The method of the class is private
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
spHash (Property)
The spHash property is used to: Get the algorithm used for salting an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the algorithm used for salting (only for "Password" items described programmatically)....
Analysis links
The links are used to link the files found in an analysis between themselves......
1. Analysis: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses data files, it must be associated with an analysis....
Standard FTP functions
List of standard FTP functions...
Automated tests: Emulation functions
List of automated tests: Emulation functions...
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......