ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
MySelf (Reserved word)
MySelf is used to handle the current control...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HCreateMovableReplica (Function)
Creates a movable replication.
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
FinNetCurrentVal (Function)
Returns the net current value of investment.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Creating a Java archive
When your Java application is developed, you can......
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Image control in a page