ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fStopCompress (Function)
Stops the operation used to compress or decompress a file.
Success (Property)
The Success property indicates whether the operation was successful.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
VolumeGet (Function)
Retrieves the current setting of the volume for a sound source.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
<Connection variable>.RSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
Typing multilingual texts
For a multilingual application, you have the ability to......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
Using a query with parameters
A query with parameters can be used......