ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Conditional target-code
The code editor allows you to enter a specific code for each environment (WINDEV, WEBDEV and WINDEV Mobile)......
How to set focus to a window control?
This help page presents the different methods that can be used to set focus to a window control....
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Automatic calculations in a Table control (AAF)
Operations performed on use case diagrams
The following paragraphs explain......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Specific features of the Express version
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
12. Universal replication
11. Table/Looper controls
13. Universal replication
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)......
11. Table/Looper controls
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.