ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
iCloseReport (Function)
Stops printing the current report immediately.
BurnerEject (Function)
Opens or closes the door of current burner.
TourGuideStop (Function)
Stops the specified tour or the tour in progress.
HInfoGroup (Function)
Returns information about the specified group of users.
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......
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
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....
Organization chart linked to a data file
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.
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......
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....
Background tasks
Continuing to run a process when the application is in background is very useful on mobile......