ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Extern (Reserved word)
EXTERN is used to...
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
BurnerStatus (Function)
Returns the status of the current burner.
BurnerPath (Function)
Returns the path of the current burner.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
HFileExist (Example)
Usage example of the HFileExist function
grHMDeleteColor (Function)
Deletes the colors specified by grHMColor from a Heatmap chart.
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Table,Add (External language)
Adds an element to a Table control.
<Looper>.Add (Function)
Adds a row at the end of a Looper control.
fWrite (Function)
Writes: a character string into an external file. a memory section....
PreviousPage (Function)
Returns the name of the previous page.
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
Manipulating a Layout control programmatically
A Layout control can be......