ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Set of procedures
The global procedures are grouped in set of procedures...
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...
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
Sharing elements with a WINDEV application
Code history
The code history is used to...
<Connection variable>.UpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format...
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
Multi-product external components
Components are a remarkably useful tool for development teams......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
HAlias (Example)
Usage example of the HAlias function
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
EmailReadNext (Example)
Usage example of the EmailReadNext function
HErrorIntegrity (Function)
Used to check whether an integrity error occurred.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
gImage (Function)
Builds a sequence of characters containing an image.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
Running the test of the User Groupware and installing it
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)....
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......