ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
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...
DashDisplay (Function)
Refreshes elements in a Dashboard control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
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.
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
ActionCible (Property)
The Property TargetAction allows you to define the action performed when clicking on the target control (s) of the step of a guided tour.
Cumulated (Property)
The Cumulated property is used to determine if the value of a column or row in Pivot Table control corresponds to a total (total at the end of a row or column).
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
ERR_NO_CURRENT_PAGE
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
Scheduler control events
The following events associated with Scheduler controls:...
Generating the setup program
The last wizard step for creating the setup program allows you to......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
The framesets
Via the management of framesets, WEBDEV allows you to display several HTML pages in the same browser window......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
DirectInputAPT (Property)
The DirectInputAPT property is used to determine and specify if the user can directly change the title of an appointment in a Scheduler or Organizer control.
SelectionDirection (Property)
The SelectionDirection property is used to determine and change the selection direction (left to right or right to left) in a Word Processing control.
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
ScreenCastInProgress (Property)
The ScreenCastInProgress property is used to determine if the video played in a Multimedia control is being played on an external device (compatible with Air Play).
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.