ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
DateTimeDifference (Function)
Calculates the difference between two dates and times.
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....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
11. Table/Looper controls
12. Universal replication
11. Table/Looper controls
13. Universal replication
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
What is an application?
An application is a set of objects (windows, controls, ......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
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)......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
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......
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
<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.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...