ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
NextTitle (Function)
Modifies the title of next window to open.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server data files......
Dynamic instantiation of a .NET object
A .NET object can be dynamically associated with a .NET class, we talk of dynamic instantiation of object....
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
OpenSister (Function)
Opens a non-modal sibling window.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
OpenChild (Function)
Opens a non-modal child window.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......