ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExePriority (Function)
Returns or modifies the priority of an application currently run.
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
SysDeviceInfo (Function)
Retrieves information from the mobile device where the application is run
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
User Groupware: Creating and installing the executable
The executable of an application that supports the User Groupware is a multi-instance executable....
Specific features of the applications for iPhone/iPad
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.