ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
11. Choosing the action of a button/link
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
fDirectoryExist (Function)
Checks the existence of a directory.
WDINT setup
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
fParentDir (Function)
Returns the path of the parent directory for the specified directory.
HsMenu,Label (Function)
Modifies the caption of a menu option.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
fBuildRelativePath (Function)
Returns the path to a file relative to a reference directory.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
fDirExist (Function)
Checks the existence of a directory.
WINDEV FTP functions
List of WINDEV FTP functions...
Detailed use of WINDEV FTP/RPC
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links between these files described in the analysis......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Spelling check functions
The following functions are used to manage the spelling checker:
fCreateLink (Function)
Creates a link on a file at the specified location.
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
fSplit (Function)
Splits a file into several files.
fMerge (Function)
Merges several files into a single one.
fTempDir (Function)
Returns the name of directory used to store the temporary files.