ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
EventOpen (Function)
Opens a synchronization event between several threads.
EventClose (Function)
Closes a synchronization event between several threads.
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
MaxThumbnailHeight (Property)
The MaxThumbnailHeight property is used to get and change the maximum height of a thumbnail of an Image item (binary memo).
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Description (Property)
The Description property is used to get and change the page description.
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....
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.
ASPDisplay (Function)
Calls an external ASP script and returns the result page in the current browser window.
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.