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.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Looper>.Position (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
Handling Organization Chart controls programmatically
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
MapLimitArea (Function)
Limits the geographic area displayed in the Map control.
DisplayModeAutoWhenLoading (Property)
The DisplayModeAutoWhenLoading property is used to determine and change the display mode when loading a PDF document.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
PopupAnimate (Function)
Displays a popup in a page cell.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Copying controls from the report editor
The controls can be copied from the report editor......
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
AAF: Context menu of Image controls
A context menu is available for Image controls......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
IWListPosition (Function)
Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.