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.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
PDFReaderRotatePage (Function)
Rotates a page displayed in the PDF Reader control.
<Map>.DeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<PDF Reader>.RotatePage (Function)
Rotates a page displayed in the PDF Reader control.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
<Map>.LimitArea (Function)
Limits the geographic area displayed in the Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
PDFReaderHighlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
<PDF Reader>.Highlight (Function)
Finds a text in the document displayed by a PDF Reader control and highlights the occurrences of this text in the control.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...