ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
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....
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......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
12. Universal replication
11. Table/Looper controls
13. Universal replication
What is an application?
An application is a set of objects (windows, controls, ......
11. Table/Looper 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......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Overview
Overview of the different operators...
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
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.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
ChronoReset (Function)
Stops and resets a running stopwatch.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.