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.
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
The Social Network control
The "Social network" control is a toolbar containing icons used to establish the link to the main social networks of the Web......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Report data source
...The reports can be created with the data coming from:...
Project description: Options tab
The project description window allows you to configure various elements of your project......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
RightIndent (Property)
The RightIndent property is used to get and change the space to the right of the text in a control.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
ElementOrientation (Property)
The ElementOrientation property is used to get and change the orientation of an Organization Chart control.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....