ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
<Connection variable>.DisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
<Connection variable>.SendMessageToClient (Function)
Displays a message on the client computers.
<Connection variable>.InfoView (Function)
Returns information about a materialized view.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
<Connection variable>.ConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
<Connection variable>.LoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
<Page>.OpenChild (Function)
Opens a non-modal child window.
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.
<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.
HInfoView (Function)
Returns information about a materialized view.
HSuggestKey (Function)
Returns a list of keys to add to data files to improve query performance.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
OpenSister (Function)
Opens a non-modal sibling window.
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......