ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing a site
The management of a SaaS site is used to modify the three main characteristics of the site......
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.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
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......
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....
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....
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
Constants used by ExecutePresetAction
List of constants used by ExecutePresetAction....
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......