ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
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......
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......
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.
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
Project Management Hub: Management of incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications......
ChronoReset (Function)
Stops and resets a running stopwatch.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...