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...
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
<Cell>.CloseDialog (Function)
Hides the Cell control previously displayed in the page via <Cell control>.DisplayDialog.
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element.
The Cell control
The Cell control contains controls...
<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.
OrgModify (Function)
Modifies an element in an Organization Chart control.
TabClose (Function)
Closes a dynamic pane in a Tab control.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
HTMLClassAdd (Function)
Adds a class into the HTML classes of a control.
HTMLClassDelete (Function)
Deletes a class from the HTML classes of a control.
BreakAdd (Function)
Adds a break into a Table or Looper control.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
DocSelect (Function)
Selects a fragment in a Word Processing control.
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
PanelPosition (Function)
Retrieves the position of a Dockable Panel control.
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
<TreeView>.Sort (Function)
Sorts the elements found in a TreeView control.
<TreeView>.Delete (Function)
Deletes an element and all its "children" from a TreeView control.
<Organization Chart>.Modify (Function)
Modifies an element in an Organization Chart control.
<Organization Chart>.SelectMinus (Function)
Deselects an element from an Organization Chart control.
<Organization Chart>.SelectPlus (Function)
Selects an element in an Organization Chart control.
<Organization Chart>.DeleteAll (Function)
Deletes all elements from an Organization Chart control.
<Dashboard>.DeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
<TimeLine>.AddTrack (Function)
Adds a new track into a TimeLine control.
<TimeLine>.DeleteAll (Function)
Deletes all events and tracks from a TimeLine control.
<Map>.GetJSObject (Function)
Returns the instance of the API of Map control.
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
<Map>.ItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.