ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Managing the styles
The help editor allows you to define styles of paragraphs......
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Obtaining an HSL (SSL) certificate for IIS
To obtain an HSL (SSL) certificate for IIS, follow these steps......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Creating a delete query
A delete query (corresponding SQL statement......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
DNSListAddress (Function)
Lists the IP addresses associated with a name in the DNS server.
DNSDeleteAddress (Function)
Deletes a Name/IP Address relation from a DNS server....
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
SpeechSynthesisStop (Function)
Stops all the current read operations on the engine for speech synthesis.
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.