ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
Factorial (Function)
Returns the factorial of an integer number.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Power (Function)
Raise a number to a power.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
13. Print: Reports
WINDEV reports...
Step 6: User Groupware settings
If the site is configured to use the user groupware, the parameters of the groupware database can be configured during the setup......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Sum (Function)
Calculates the sum of the array elements.
NotifListCategory (Function)
Lists the notification categories of the application.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
SemaphoreCreate (Function)
Creates a semaphore.