ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDStatistics: Presentation
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV websites...
ConnectionCount (Function)
Returns the number of instances of the WEBDEV site currently run on the server.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Socket management functions
List of functions for managing sockets...
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Image editor: Features
The image editor includes several features......
Binding controls to data
A window or page can display information from......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
dbgEndRecording (Function)
Stops recording the scenario.
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
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.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
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.
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.