ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
ServiceWait (Function)
Pauses the current service during the specified duration.
hScheduleMaterializedView (Type of variable)
The hScheduleMaterializedView type is used to programmatically manage a task for recalculating the data of a scheduled materialized view on an HFSQL server.
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
gglEmail (Type of variable)
The gglEmail type is used to describe and modify the email address of a contact...
Project (External language)
Opens and runs a WINDEV project.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
EventChange (Function)
Modifies the status of an event.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
HCross (Function)
Crosses a record in a data file.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
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....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....