ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDescribeItem (Example)
Usage example of the HDescribeItem function
Enumeration (Type of variable)
An enumeration is a set of values......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
How to create a menu?
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
How to use an array of structures?
An array of structures is an Array variable......
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....