ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Events associated with internal windows
List of events associated with internal windows...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
The different types of integers
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Functions for managing images
WDMSG license agreement
WDMSG license agreement...
ERR_NO_PROJECT
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
The different types of windows
The following types of windows can be created in a WINDEV application......
UPNPListDevice (Function)
Lists the UPNnP devices available on the network.
Binary values management functions
List of functions for managing binary values...
WDINT license agreement
WDINT license agreement...
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
AAF: Sort/Search/Filter on the columns of Table controls
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Managing videos (transmitted by a Web Camera)
To manage the video sequence currently broadcasted by the web camera installed on the current computer, WINDEV proposes......
Multimedia control properties
List of properties associated with the Multimedia control...
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.