ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
WBAdminAccount (Variable type)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). a file to add into an archive....
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Manipulating ListView controls programmatically
WINDEV allows you to programmatically manipulate ListView controls......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
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"......
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Manager of automated tests
The test manager is used to......
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
fSelect (Example)
Usage example of the fSelect function
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......