ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
Page editing: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
Events associated with a Switch control
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
The Spin control
A Spin control is used to increase or reduce a value found in a control......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Preset control properties
List of properties associated with the Preset control...
Options of the window editor
To configure the general options of the window editor......
<Window>.ToSource (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
<Source>.FromWindow (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
8. If you are already familiar with WINDEV
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
Events associated with List Box controls
List of events associated with List Box controls...
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<Dashboard>.InitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.