ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Error 24: No END statement is associated with this LOOP
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
HReadSeek (Example)
Usage example of the HReadSeek function
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
gBackgroundGradient (Function)
Describes a display color in gradient mode.
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......