ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
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)......
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
7. AJAX technology
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
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.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
Composite variable
A composite variable contains different types of elements (members)...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...