ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Setup directory
The setup wizard allows you to configure the setup directory of application....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Extern (Reserved word)
EXTERN is used to...
HCreateMovableReplica (Function)
Creates a movable replication.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Composite keys
A composite key is a key item containing several other items......
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
grRaised (Function)
Used to display a chart with raised effect.
WLanguage procedure called by HWatch
WLanguage procedure called by HWatch
Manipulating the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Constants for managing projects
List of constants used by the functions for managing projects....
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
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......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....