ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iDestination (Function)
Configures the print destination.
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
<Connection variable>.Transaction (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
HsMenu,Label (Function)
Modifies the caption of a menu option.
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
fRename (Function)
Modifies the name of a file.
fOpenTempFile (Function)
Creates and opens a temporary file.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
GglAnalyticsAddEvent (Function)
Adds an event in Google Analytics
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.