ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Operating mode of HFSQL application
An HFSQL application can operate in network mode or in Client/Server mode...
Managing custom fonts in a WINDEV or WINDEV Mobile project
Both WINDEV and WINDEV Mobile projects support custom fonts, including Google Fonts...
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version...
RestartProgram (Function)
Ends the application and restarts it.
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)...
WDInst: set directory for data files and User Groupware files
The setup editor WDInst ("Tools...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
.NET application
To create a.NET application from a project...
Handling Organization Chart controls programmatically
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
2. How to test a site?
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
WinEdLoad (Function)
Loads the changes made by the end user in a window.
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Error 101: Declaration of global variable not allowed
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
OpenMainMenu (Function)
Opens the main menu of the current window.
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
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....
14. Controls in practice
WDTestSite: Load test
The stress tests are used to check......
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
SysDetectLockedSession (Function)
Detects the change of lock for the Windows session.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
<Window>.MDIOpen (Function)
Opens and enables an MDI child window.