ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
Nested reports
The nested reports are used to print several reports (secondary reports) in a single report (main report)......
fDirExist (Function)
Checks the existence of a directory.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
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......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
KeyPressed (Function)
Checks which key is pressed.
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.
fLoadResource (Function)
Loads the content of a resource from a library.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
fCompare (Function)
Compares the content of two files bit by bit.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).