ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes...
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
<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.
CameraChangeDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
SpreadsheetFreeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<TreeMap>.Seek (Function)
Finds the index of an element in a TreeMap control from the element path.
<PDF Reader>.Open (Function)
Opens a PDF file displayed in a PDF Reader control.
<Organization Chart>.Add (Function)
Adds a new root element into an Organization Chart control.
<Organization Chart>.Occurrence (Function)
Returns the number of elements found in an Organization Chart control.
<Organization Chart>.SaveImage (Function)
Creates an image representing the entire Organization Chart control.
<Organization Chart>.Select (Function)
Returns the index of the selected element in an Organization Chart control.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<Upload>.CurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
<Map>.DeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
SpreadsheetListImage (Function)
Lists the images found in the current worksheet of a Spreadsheet control.
<Looper>.DisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Check box>.Count (Function)
Returns the number of options found in a Check Box control.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.