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.
WINDEV concepts
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
DisplayEvenIfNull (Property)
The DisplayEvenIfNull property is used to: Determine whether a row or column in a Pivot Table control is displayed even if it contains no value. Show or hide a row or column in a Pivot Table control if it does not contain any values....
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
TokenDeletable (Property)
The TokenDeletable property is used to: Determine if the end user is allowed to delete tokens in a "Text token" Edit control. Allow or prevent the end user from deleting tokens in a "Text token" Edit control....
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
Binding a Link control to an item
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
Display (External language)
Displays a value in a control or assigns a value in a variable.
Screen,Current (External language)
Retrieves the name of the control being edited and its index, if necessary.
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
AddLink (Function)
Adds a link to a text section in an edit control.
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
TreeMapCount (Function)
Returns the number of elements found in a TreeMap control.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.