ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
geoAzimuth (Function)
Returns the direction represented by a location in relation to another one.
Execute (Function)
Starts the execution of a process through programming.
diffApply (Function)
Applies a difference buffer to a specific buffer.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Functions for managing images (prefix syntax)
JSONOpenReader (Function)
Creates a reader to read a JSON document without loading it into memory. Attention This function is only available from version 2025 Update 3....
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.