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.
<Table>.DeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Multimedia control properties
List of properties associated with the Multimedia control...
Range Slider control properties
The following properties are associated with the Range Slider control:...
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Linear Looper control properties
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
ERR_NO_TABLE
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
How to manage enumerations programmatically?
How to manage a combination through programming?
A combination is a type of variabble containing a list of values....
Body Complement block
The Body complement block is linked to the Body block......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
nWDEvaluate: Evaluating the value of an element
Evaluating the value of an element......
Recompiling the project
The project compilation is a process used to......
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......