ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
iParameterPDF (Example)
Usage example of the iParameterPDF function
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
HStatTime (Function)
Returns the time of the last update for the index statistics.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
GPSGetPosition (Function)
Retrieves information about the current device position.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HStatDate (Function)
Returns the date of the last update for the index statistics.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
HAddUser (Function)
Adds a user to a database.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min