ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
<Camera>.VideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
2. Types of setup
Types of setup...
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
3. Deploying a WINDEV application
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Help about new features: Letting users know about changes
Applications are constantly evolving......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.