ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
BurnerEject (Function)
Opens or closes the door of current burner.
TourGuideStop (Function)
Stops the specified tour or the tour in progress.
iCloseReport (Function)
Stops printing the current report immediately.
Organization chart linked to a data file
Replication server for the assisted universal replication
The assisted universal replication can use a replication server......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
grGetData (Function)
Retrieves a data from a chart.
<Chart>.AddData (Function)
Adds a data into a chart.
<Date type>.ToInteger (Function)
Converts a date to an integer.
<Chart>.GetData (Function)
Retrieves a data from a chart.
<Source>.Open (Function)
Opens a data file.
DDEUpdate (Function)
Modifies a linked data.
DateToInteger (Function)
Converts a date to an integer.
HOpen (Function)
Opens a data file.
grAddData (Function)
Adds a data into a chart.
HCross (Function)
Crosses a record in a data file.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
9. Queries
A query is used to request information from a database to view, insert, change or delete data....
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Preset page templates
The preset page templates provide some structures of pages corresponding to a wide range of sites and they also improve the re-usability and the graphic harmony between the projects......
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......