ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
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.
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
SysIOSVersion (Function)
Returns information about the iOS version used by the application.
SysAndroidVersion (Function)
Returns information about the Android version used by the application.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
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.
ExePriority (Function)
Returns or modifies the priority of an application currently run.
Referring to an element in a WLanguage event / process
HListConnection (Function)
Returns the list of connections currently described in the application.
<WBAdminAuth variable>.DeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
<WBAdminAuth variable>.CreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.