ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Time (Type of variable)
The Time type is used to easily handle the times...
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
TreeCopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
emailIMAPSession (Type of variable)
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
iPrintBlock (Function)
Forces a report block to print.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
Code editor: Display options
The code editor proposes several display options......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
WEBDEV license agreement
WEBDEV license agreement...
ChangeAction (Function)
Used to specify the action to perform when the HTML page displayed in the browser is no longer synchronized with the page context on server.
Scheduler control events
The following events associated with Scheduler controls:...
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.