ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
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....
Creating an insert query
An insert query (corresponding SQL statement......
Error 1045: A class cannot be declared outside the declaration code of a class
Error 1046: Wrong parameter for the constructor of the class
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.
HUpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
<Connection variable>.InfoViewRights (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.
<Connection variable>.UpdateView (Function)
Creates or updates the description of an SQL view or materialized view from the analysis to an HFSQL server.
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
CloseSession (Function)
Closes a session with Lotus Notes or Outlook.
HaspHLLogout (Function)
Closes the connection of the application to a Hasp key.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
TabClose (Function)
Closes a dynamic pane in a Tab control.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
DocClose (Function)
Closes a docx file and frees the document.
EventClose (Function)
Closes a synchronization event between several threads.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
1
4
5
6
7
8
100
>