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.
Screen,Selection (External language)
Modifies the status of a control (invisible, active, inactive, grayed)
List,Add (External language)
Adds an element to a Combo Box or List Box control.
UploadCurrentFile (Function)
Indicates the file currently uploaded via the Upload control.
TreeMapSearch (Function)
Finds the index of an element in a TreeMap control from the element path.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
PVTHeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
OrgOccurrence (Function)
Returns the number of elements found in an Organization Chart control.
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
OrganizerBackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
OrgAdd (Function)
Adds a new root element into an Organization Chart control.
TreeMapSeek (Function)
Finds the index of an element in a TreeMap control from the element path.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
OrgSelect (Function)
Returns the index of the selected element in an Organization Chart control.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
SpreadsheetInsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
dTextRTF (Function)
Draws RTF text: in an Image control, in an Image variable....
SpreadsheetSave (Function)
Saves the content of a Spreadsheet control in a file in XLSX format.
OrganizerToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.