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.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
Camera functions
DashGetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.
BannerStartSliding (Function)
Enables the automatic slide on a Sliding Banner control.
BannerStopSliding (Function)
Stops the automatic slide on a Sliding Banner control.
BannerFirst (Function)
Displays the first plane of a Sliding Banner control.
BannerNext (Function)
Displays the next plane of a Sliding Banner control.
BannerPrevious (Function)
Displays the previous plane of a Sliding Banner control.
BannerLast (Function)
Displays the last plane of a Sliding Banner control.
<Looper>.StartFilling (Function)
Starts the process to populate a Looper control programmatically.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.