ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
The planes (in a window or in a report)
The planes are used to group the window controls......
Interface of WDInst
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Window controls
Several types of controls can be used in a window, ......
Generative AI code generation
WLanguage's AI-powered assistant generates code suggestions as you type......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
7. AJAX technology
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
HRSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
9. Generation modes
WINDEV Mobile includes different types of generation......
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.