ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing images
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)....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
fMerge (Function)
Merges several files into a single one.
fDirExist (Function)
Checks the existence of a directory.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Character strings
WLanguage supports different types of strings....
Functions for managing images (prefix syntax)
fCreateLink (Function)
Creates a link on a file at the specified location.
Description (Property)
The Description property is used to get and change the page description.
fDelete (Function)
Deletes a file accessible from the current computer.
ImageScrollingPosition (Function)
Returns the displayed image.
fMoveDir (Function)
Moves a directory and its content.
PageCurrentLayout (Function)
Returns the index of the current layout: in the current page. in the specified page....
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
fSize (Function)
Returns the size of a file (in bytes).
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
fTempDir (Function)
Returns the name of directory used to store the temporary files.