ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleRequestTrackingAuthorizationAsynchronous (Function)
Displays the permission request for user activity tracking.
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
iCreateFont (Example)
Usage example of the iCreateFont function
iPrintZone (Example)
Usage example of the iPrintZone function
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Handling the report blocks through programming
Each report block is associated with different events......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
"?" menu
WINDEV proposes a help menu adapted to your applications......
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
HTTPRequest (Function)
Starts an HTTP request on a server.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Error (Function)
Displays a custom error message in a system error window.
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
Creating an executable: General options
The main executable options are as follows......
Animating a Static control
Two methods can be used to animate a Static control......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....