ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV administrator: Setups
The "Setups" tab allows you to configure the different administration features of the WEBDEV server......
HState (Function)
Used to find out the state of a record.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
3. Managing a website
WEBDEV Tutorial - Website deployment Lesson 3 - Managing a website - 10 min
Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.