ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
The planes (in a window or in a report)
The planes are used to group the window controls......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
11. Controls in practice
Discover the main characteristics of the controls...
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
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......
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
The Clickable Image control
The Clickable Image control can be used to......
Chart: Managing legends
Several types of legends are supported in the charts......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
18. Order of execution of the code of buttons/links