ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
SocketCreate (Function)
Creates a socket.
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
iPrintImage (Function)
Sends the image file to print to the print buffer.
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
fWrite (Function)
Writes: a character string into an external file. a memory section....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Installing WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile as well as the different steps of setup......
HOnError (Function)
Customizes the management of HFSQL errors.
fLock (Function)
Entirely or partially locks an external file.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
The key items
Keys are specific items in your analysis......
zipOpen (Function)
Opens an existing archive.
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......