ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Cell control field
Fonctions de gestion de l'exécution des commandes en mode console.
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
The Cell control
The Cell control contains controls...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Programming automatic calculations in the columns of a Table control
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Directory of images (WEBDEV)
Several images can be used when developing a WEBDEV site......
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
StartControl (Property)
The StartControl property gets and sets the start control of a Wire control.
EndControl (Property)
The EndControl property gets or sets the end control of a Wire control.
<Table>.InsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Sorts in a report
The sort is used to organize the information displayed in the report......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
The Multimedia control
The Multimedia control is used to play multimedia files......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......