ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Creating index keywords
Index keywords allow users to easily find a help page......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
Defining clickable areas
In a page, an Image control can contain clickable areas......
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Feedback component
The Feedback component is a component provided with WINDEV......
Handling report blocks
The different operations available on report blocks are as follows......
Creating anchors
The anchors are used to define specific points in a help page......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile make it easy to add optional events to the default events proposed for the various elements of an application......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).