ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Defining a help window template
WINDEV allows you to create help window templates......
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
17. TLS/SSL: Encrypting information on the Web
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
Events associated with a Spreadsheet control
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
Hyper File functions available for backward compatibility
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
WEBDEV license agreement
WEBDEV license agreement...
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....
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Various constants
List of various constants used by the constants WINDEV functions....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
The Edit control
The Edit control allows users to enter data......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
GetDefinition (Function)
Retrieves the definition of element type.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.