ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BurnerPath (Function)
Returns the path of the current burner.
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
BurnerStatus (Function)
Returns the status of the current burner.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
ArraySort (Function)
Sorts a WLanguage array.
HTTPCreateForm (Function)
Creates an HTTP form.
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
fSelectDir (Function)
Opens a directory picker.
BurnerAddFile (Function)
Adds a file to the compilation.