ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
dCircle (Function)
Draws a circle or an ellipse: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ChronoReset (Function)
Stops and resets a running stopwatch.
Automatic error handling
Error handling can be customized for each process......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
FontList (Function)
Returns the list of valid fonts installed on the current computer (TrueType, Postscript, ...).
HReadFirst (Function)
Sets the position on the first record according to a browse item.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Seek (Function)
Searches for the index of an element in a WLanguage array.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
JavaExecute (Example)
Usage example of the JavaExecute function
Min (Function)
Returns the lowest value.