ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
<Connection variable>.ActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
19. Sending emails
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
3. UML models in practice
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
MCI functions
List of MCI functions...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Feedback component
The Feedback component is a component provided with WINDEV......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......