ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<WBAdminAuth variable>.ListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
EditCaret (Function)
Modifies the standard hover cursor for all the edit controls of the application.
2. Application development cycle
WINDEV Mobile covers the entire application development cycle...
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
InDeviceOwnerMode (Function)
Indicates whether the Android application is in "Device owner" mode.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
<WBAdminAuth variable>.UpdateAccount (Function)
Updates the parameters of a WEBDEV account in a WEBDEV Application Server.
<WBAdminAuth variable>.ListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
WBAdminListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
WBAdminUpdateAccount (Function)
Updates the characteristics of a WEBDEV account in a WEBDEV Application Server.
File download functions
The following functions are used to manage downloads......
WBAdminListConnection (Function)
Returns the list of current connections on a WEBDEV Application Server.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......