ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Remote WEBDEV administrator: Parameters of a WEBDEV site in Session mode or of a Web service
To view the configuration of a specific web service or WEBDEV website in Session mode from the remote administrator:...
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Internal component
An internal component is a set of elements from a project......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......