ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
J2EERun (Function)
Runs a procedure on a server of J2EE XML web services.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Check: NNTP connectivity
The monitoring robot will try to connect to the specified NNTP server (news server)......
Checking the WEBDEV Application Server
The monitoring robot can check the WEBDEV Application Server......
4. Dedicated server and shared server
Synchronizes the data corresponding to a replication....
5. Web services
WINDEV allows you to easily use web services (or XML web services)....
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed with WEBDEV......
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
WDSQL: Converting the structure of an HFSQL database
WDSQL is used to convert the structure of an HFSQL database into SQL script......
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Remote WEBDEV administrator
The remote administration tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
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......
<ftpConnection variable>.DateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol). This new function is available from WINDEV Suite SaaS 2025 Update 2....
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).