ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
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.
Report editor: Available types of reports
Several types of reports can be created in the report editor......
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
OpenSister (Function)
Opens a non-modal sibling window.
Style sheet
A style sheet ("......
Native SQLite Connector
WINDEV and WEBDEV propose a Native Connector to SQLite. This Native Connector allows you to access an SQLite database from a WLanguage program without using an external driver....
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
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......
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....