ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KioskEnable (Function)
Switches the current Android application to kiosk mode.
AAF: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Break in a report
The break is used to group the records corresponding to a sort criterion......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Generating the setup program
The last wizard step for creating the setup program allows you to......
Custom tooltips
Tooltips are very useful for application users......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
InApp constants
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
ErrorAsynchronous (Function)
Displays a custom error message in a non-blocking system error window.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
HMode (Function)
Changes the mode and the method for locking data files.
<htmlNode variable>.FindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML node.
SandboxMode (Property)
The SandboxMode property determines if the sandbox mode is used.
Error 1006: The member is not global: use: to access it
Merging differences (SCM)