ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Debugging constants
List of constants used by the debugging functions...
"?" menu
WINDEV proposes a help menu adapted to your applications......
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
SFSearch (Function)
Performs a search among the records found in a Salesforce database.
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Events associated with Chart controls
List of events associated with the Chart controls...
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
DecryptStandard (Function)
Decrypts a message that was encrypted with a symmetrical encryption algorithm (AES, DES, etc.).
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
HFSQL constants
List of constants used by the HFSQL functions....
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......