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.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
SchedulerSelectMinus (Function)
Deselects an appointment from a Scheduler control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
TreeMapDeleteAll (Function)
Deletes all elements from a TreeMap control.
Handle (External language)
Returns the handle of a window or control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
TreeMapAdd (Function)
Adds an element into a TreeMap control.
TreeSelectMinus (Function)
Deselects an element in a TreeView control.
TimelineDeleteTrack (Function)
Deletes a track from a TimeLine control.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
TimelineAddEvent(Function)
Adds an event into a TimeLine control.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
TimelineDeleteEvent (Function)
Deletes an event from a TimeLine control.
RibbonHighlightPane (Function)
Highlights a tab in a Ribbon control.
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
SpreadsheetDeleteRow (Function)
Deletes a row from a Spreadsheet control.
SpreadsheetDeleteColumn (Function)
Deletes a column from a Spreadsheet control.
<TreeMap>.Add (Function)
Adds an element into a TreeMap control.
<TreeMap>.Delete (Function)
Deletes an element from a TreeMap control.
<TreeMap>.DeleteAll (Function)
Deletes all elements from a TreeMap control.