ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
HDeleteDatabase (Function)
Deletes a database located on an HFSQL server.
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HModifyServerProperty (Function)
Modifies the properties of an HFSQL server.
HInfoServer (Function)
Returns the specified information about the server.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
HDeleteServerTrigger (Function)
Deletes a server trigger.
Recompiling the project
The project compilation is a process used to......
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
HModifyViewRights (Function)
Modifies the rights granted to a user or to a group on a SQL view or on a materialized view.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
Constants for managing animations
List of constants used by the functions for managing the animations...
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
DeleteVoiceCommand (Function)
Deletes a voice command that was added by AddVoiceCommand. From version 17, this function is replaced by SpeechRecognitionDeleteCommand.