ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
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.
Help about new features: Letting users know about changes
Applications are constantly evolving......
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
Creating a Java archive
When your Java application is developed, you can......
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.
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
<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......
3. Deploying a WINDEV application
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
1. Managing emails
WINDEV includes multiple methods to manage emails...
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
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......