ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
16. Java applications in practice
Java applications in practice...
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
ServiceWait (Function)
Pauses the current service during the specified duration.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
HFSQL constants
List of constants used by the HFSQL functions....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
WINDEV 2024 Tutorial - Table of contents
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user computers......
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
SaaS constants
HPrevious (Function)
Positions on the previous file record according to a browse item.
Replication management functions
Three types of replication are proposed......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min