ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Style (Property)
The Style property is used to retrieve and assign the entire style of a control (including the overrides).
Custom tooltips
Tooltips are very useful for application users......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Software Factory
The concept of software factory is used to automate the process for creating applications....
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
Discovering AAFs (Automatic Application Features)
Applications created with WINDEV offer users many automatic features on the different windows or controls in the application......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Manipulating TimeLine controls programmatically (prefix syntax)
A TimeLine control can be......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Popup window
WINDEV allows you to open windows in popup format......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Constants for WLanguage types
List of constants for managing WLanguage types....