ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
HDeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
HStopServer (Function)
Stops an HFSQL server.
Properties associated with the areas defined in Zoning mode
SOAPRun (Function)
Runs a procedure on a SOAP server.
HTTPRequest (Function)
Starts an HTTP request on a server.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...
Managing the calendars (Android/iOS)
WINDEV Mobile allows you to easily access the calendars and appointments found on the phones and tablets in Android and iOS......
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
3. Types of dynamic sites
A dynamic site is used to display pages whose content changes. In most cases, the content of these pages is linked to a database....
WEBDEV Application Server 2024
WINDEV FTP functions
List of WINDEV FTP functions...
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
GglUploadDocument (Function)
Uploads a document to the Google server.
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
GglDelete (Function)
Deletes data from the Google server.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....