ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming Looper control attributes (prefix syntax)
All the looper attributes can be handled by programming......
<Connection variable>.ExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
<HFSQL connection>.TransactionSavepoint (Function)
Declares a transaction savepoint.
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
HTransactionSavepoint (Function)
Declares a transaction savepoint.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
6. Editing a page: zoning mode
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
HExecuteScheduling (Function)
Immediately runs a scheduled task regardless of its schedule: stored procedure, backup, optimization, refresh of materialized view....
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Programming the looper attributes
All the looper attributes can be handled by programming......
HFSQL Control Center: Open an analysis
The HFSQL Control Center allows you to fully manage an analysis......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
USBDisconnect (Function)
Disconnects or ejects a USB device.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
WDDIXIO overview
Body block
The Body block corresponds to the main block of the report......
Associating an image with the elements of a TreeView control
The different methods for associating an image with the elements of a TreeView control....
Date (Type of variable)
The Date type enables you to easily handle the dates...