ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Edit control
The Edit control allows users to enter data......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Constants for managing the windows
List of constants used by the functions for managing the windows...
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Enumeration (Type of variable)
An enumeration is a set of values......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Automation object
The Automation keyword is used to declare an automation object...
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......