ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<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 table
DashDisplay (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 table are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
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...
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Error 121: Shadowing a structure
Draws a section of a circle or an ellipse in a WDPic variable....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
Programming automatic calculations in the columns of a Table control
Using the Vista style in your windows
WINDEV allows you to customize......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web server from the WEBDEV Application Server......
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users......
13. Print: Reports
WINDEV reports...
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TitleHeight (Property)
The TitleHeight property gets and sets: the height of the title for the columns of a Table or TreeView Table control. the height of the title bar of a Dockable Panel control. the height of the title bar of a window with a custom title bar....
AnimationDirectionAlernate (Property)
The AnimationDirectionAlernate property allows you to: Check whether the animation in an infinite Progress Bar control is played forwards first, then backwards. Configure the animation in an infinite Progress Bar control to be played forwards first, then backwards....
<Upload>.CopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
<Upload>.FileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....