ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
WINDEV 2024 Tutorial - Table of contents
WEBDEV 2024 Tutorial - Table of contents
DnDAccept (Function)
Indicates the action accepted by the target of Drag/Drop and manages the mouse cursor during Drag/Drop....
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Time (Type of variable)
The Time type is used to easily handle the times...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Including a supercontrol in a window or in a page
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Manager of automated tests
The test manager is used to......
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
fSelect (Example)
Usage example of the fSelect function
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
ToastDisplay (Function)
Displays a "Toast" message.