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.
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
UploadStart (Function)
Starts sending the selected files into an Upload control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
DashMode (Function)
Opens or closes the Dashboard control edit mode.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ControlInfoXY (Function)
Returns the name of the control located at a given position.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
OrgAddChild (Function)
Adds a child element into an Organization Chart control.
LooperCollapse (Function)
Collapses a break that was expanded beforehand in a Looper control.
LooperExpand (Function)
Expands a break in the Looper control on a given row.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
TabLoadConfiguration (Function)
Restores the configuration of dynamic panes in a Tab control.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.