ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Setup on a local network (LAN)
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
SysThumbnailModifyButton (Function)
Modifies one of the buttons found on the application thumbnail in the taskbar.
SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
inAppConsumeProduct (Function)
Used to consume, in an application, a product that was previously purchased by the user.
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
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.