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.
Options displayed in a status bar with multiple cells
In the status bar description window, you can specify the options that will appear in each cell of the status bar......
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
Events associated with a Spreadsheet control
NbAnimationSteps (Property)
The NbAnimationSteps property is used to get and specify the number of drawings in the image that defines the animation of a custom infinite Progress Bar control.
IndentLineDetails (Property)
The IndentLineDetails property is used to get or change the value of the left indent of the internal window that shows the details of a row of a Table control.
TokenListSeparator (Property)
The TokenListSeparator property retrieves or modifies the separators that trigger the creation of new tokens when entering information in a "Text token" Edit control.
<Combo Box>.Open (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
KanbanInfoXY (Function)
For a given position (coordinates of a point) in a Kanban control, returns one of the following: the number of the card at that position, the number of the list at that position...
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
Gantt functions (prefix syntax)
The following WLanguage functions are used to manage Gantt charts......
CodeEditorUncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed....
Interface of WDInst
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
First page of the project in session mode
The first page of the project is the first page in Session mode opened in the Web user's browser when a WEBDEV site in session mode starts......