ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Open (Function)
Opens a modal WINDEV window.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
HListWatchedFiles (Function)
Returns a list of tables monitored by the HWatch function.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HSuggestKey (Function)
Returns a list of keys to add to tables to improve query performance.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
HInfoView (Function)
Returns information about a materialized view.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Manipulating Map controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....