ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Deploying a WINDEV application
HRSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
<Connection variable>.RSExecute (Function)
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
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......
Creating a Java archive
When your Java application is developed, you can......
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
1. Managing emails
WINDEV includes multiple methods to manage emails...
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
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.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
AAFPossible (Function)
Indicates whether an AAF (Automatic Application Feature) can be run on a specific control.
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......