ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
Description (Property)
The Description property is used to get and change the page description.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<Variable Drive>DirectoryList (Function)
Lists the directories of an Drive.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
EventOpen (Function)
Opens a synchronization event between several threads.
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
MQTT functions
The following functions are used to manage MQTT clients...
<Image variable>.Crop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.