ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
12. Synchronizing data
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
WDTRAD options
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Thread management functions
List of functions for managing threads...
ERR_BAD_CONTEXT
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....
Camera functions
Testing a project: setting
By testing the project you can simulate how the application will run......
Feedback component
The Feedback component is a component provided with WINDEV......
Creating and handling an item
The main operations that can be performed on an item are as follows......
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.