ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
PDFMergeWithPassword (Function)
Merges several existing and password-protected PDF files into a single PDF file.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
CameraListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
WindowsVersion (Function)
Returns the runtime mode of Windows.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
MatExist (Function)
Checks the whether the matrix exists in memory.
fCreate (Function)
Creates an external file.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
DownloadAdd (Function)
Adds a new download in the device's download manager....
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.