ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
13. Types of standard controls
Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
Events associated with OLE controls
List of events associated with OLE controls...
Events associated with Carousel controls
List of events associated with Carousel controls...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
Events associated with Toolbar controls
List of events associated with Toolbar controls...
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with an Organization Chart control
Events associated with ListView controls
List of events associated with ListView controls...
Events associated with a Range Slider control
The following events are associated with Range Slider controls:...
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
Events associated with the Pivot Table control
11. Popup page
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Project management functions
List of functions for managing projects...
Events associated with the Conference control
List of events associated with a Conference control...
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
FlexAlignItems (Property)
The Property FlexAlignItems allows you to know and modify the alignment characteristics of the fields inside a row of a Flexbox field according to the secondary axis of the field ( Property 900 corresponding CSS "align-items").
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.