ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
The Signature control
The Signature control is a report control used to sign......
Creating a delete query
A delete query (corresponding SQL statement......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
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....
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The Organizer control
The Organizer control is used to display and handle organizers......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
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......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
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.