ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
MaskTitleDate (Property)
The MaskTitleDate property is used to identify and change the input mask used for the title of day columns in Organizer or Scheduler controls
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Events associated with Carousel controls
List of events associated with Carousel controls...
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Managing the XSD
...WINDEV, WEBDEV and WINDEV Mobile allow you to import files in XSD format....
Handling an automatic test
When an automated test is created, this test is in "construction" by default......
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
Screen,Coordinate (External language)
Retrieves the coordinates of the control in relation to the top left border of the window as well as the physical size of a control.
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......