ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
fCompare (Function)
Compares the content of two files bit by bit.
fCreateLink (Function)
Creates a link on a file at the specified location.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
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).
fSplit (Function)
Splits a file into several files.
fLoadResource (Function)
Loads the content of a resource from a library.
fMoveFile (Function)
Moves a file from one directory to another.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
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....
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).
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
fMerge (Function)
Merges several files into a single one.
Shared memory area functions
fReportsAndQueriesDir (Function)
Returns: the full path of the directory for the custom reports and queries. This directory corresponds to the directory of the reports and queries visible by the user who created them. the full path of the directory for the shared reports and queries. This directory corresponds to the directory of the reports and queries visible by all the application users....
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV website or a PHP page. from a component....
Recycle bin management functions
List of functions for managing the recycle bin...
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).