ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Looper control
A Looper control is used to repeat the controls found in a specific area......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application and to customize it......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDGenPage: Use in command line mode
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage....
WinStatus (Function)
Identifies or modifies the window status.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
MongoDB/GRIDFS databases
MongoDB is a document-oriented NoSQL database......
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
OpenMobileWindow (Function)
Opens a window in a mobile application.
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......