ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Functions for managing images
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Connection variable>.Transaction (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Functions for managing images (prefix syntax)
Monitoring robot: Creating a control
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
Description (Property)
The Description property is used to get and change the page description.
SQLListSource (Function)
Lists the data sources declared on a local site.
ImageScrollingPosition (Function)
Returns the displayed image.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.