ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling the framesets
The different operations that can be performed on the framesets are as follows......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
HCloseConnection (Example)
Usage example of the HCloseConenction function
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min