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.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
ObserverOrientation (Property)
The ObserverOrientation property gets or sets the secondary angle of a Carousel control.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
dModifyContrast (Function)
Changes the contrast of an image contained: in an Image control, in an Image variable....
<Image>.CoordinateFromImage (Function)
Converts the coordinates of a rectangle in the image to the corresponding coordinates in the Image control.
dCopieImageChamp (Control)
Copies the image of a control in a WINDEV window to a variable of type Image.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<Diagram editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
Wire control properties
A Wire control can be handled in a window by the following WLanguage properties......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
Site Map control properties
List of properties associated with a Site Map control...
TreeMap control properties
A TreeMap control can be handled in a window by the following WLanguage properties.
Time management help
Time management is extremely important......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Manipulating PDF Reader controls programmatically (prefix syntax)
PDF Reader controls can be manipulated programmatically......
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....