ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
WDAdminHF: Managing the data files
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Pane (Property)
The Pane property is used to: Find out the pane tabs associated with a control. Define the pane tabs associated with a control....
8. Windows in practice
Discover the main actions that can be performed on the windows....
Radio Button control functions
The following functions are used to manage the Radio Button controls......
ERR_NO_DLLEXE
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
Global and local variable
Two types of variables are available......
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Resizing a window (AAF)
Task list
Each project can be associated with a task list......
Handling menu options programmatically
The menu options can be handled......
Configure the setup program interface
To make the installation process more user-friendly, the setup wizard allows you to customize the interface of the setup program......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
Creating a select query
A select query (corresponding SQL statement......
<Image variable>.Resize (Function)
Resizes an image in an Image variable.