ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Embedded queries
UploadStart (Function)
Starts sending the selected files into an Upload control.
fTrackStopAll (Function)
Stops all current monitoring tasks on files and directories.
<Upload>.Start (Function)
Starts sending the selected files into an Upload control.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
RecycleBinListFile (Function)
Lists the files found in the recycle bin of the system.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
fCompare (Function)
Compares the content of two files bit by bit.
HDescribeLink (Function)
Describes a link between two data files through programming.
HMode (Function)
Changes the mode and the method for locking data files.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
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....
15. Cookies: information stored on the end user's computer
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
WDINT overview
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).