ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Set of procedures
The global procedures are grouped in set of procedures...
<Connection variable>.ListStoredElement (Function)
Returns the list of elements stored on an HFSQL server (sets of procedures, stored procedures or queries).
<Connection variable>.DeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
<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).
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...
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...
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
Sharing elements with a WINDEV application
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
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......
gImage (Function)
Builds a sequence of characters containing an image.
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.
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.
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 ......
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Component diagram
A component diagram shows the physical and static architecture of a system software......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Various WEBDEV constants
Various WEBDEV constants...