ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListDisk (Function)
Returns the list of disks installed on the computer.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
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)....
fOpenTempFile (Function)
Creates and opens a temporary file.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
fSeparator (Function)
Returns a file path with normalized separators.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
fTrackStop (Function)
Stops monitoring a file or directory.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
DiagramSave (Function)
Saves a diagram as a "diag" file.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
fImageSelect (Function)
Opens the image picker of Windows.
fSelectDir (Function)
Opens a directory picker.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
<Variable DiskFile>OpenTempFile (Function)
Creates and opens a temporary file.
fMoveDir (Function)
Moves a directory and its content.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
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....
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
Image properties (help system)
At any time, you can change the characteristics of an image inserted into a help page in the image properties......
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
BackgroundTaskAdd (Function)
Adds a new background task.