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.
State (Property)
The State property is used to get and change the state of an element.
Project description: Project tab
The project description window allows you to configure various elements of your project......
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
6. WEBDEV Account Manager
WINDEV and OPC
OPC stands for "OLE for Process Control"......
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
Animation (Property)
The Animation property animates an image.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
PaneVisibleByDefault (Property)
The PaneVisibleByDefault property determines if the image editor pane is visible by default.
Size (Property)
The Size property is used to determine and change the size of an element.
HFSQL properties associated with the queries and views
List of HFSQL properties associated with the queries and views...
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
HeightExpanded (Property)
The HeightExpanded property is used to get and change the height of an expanded iOS 13 widget.
The "Code hashtags" pane
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete suggestion.
SearchValue (Property)
The SearchValue property is used to get and change the value of the search field in an Action Bar.
HOut (Example)
Usage example of the HOut function