ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
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.
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.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
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.
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.
WBAdminCreateAccount (Function)
Creates a WEBDEV account on a WEBDEV Application Server.
WBAdminDeleteAccount (Function)
Deletes a WEBDEV account from a WEBDEV Application Server.
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......