ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
DownloadAdd (Function)
Adds a new download in the device's download manager....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
Programming the browsing Looper controls
These are the main concepts for programming Looper controls based on a data file......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
fMemExist (Function)
Checks the existence of a shared memory zone.
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit documents in docx format......
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
Examples for using the OLE DB provider for HFSQL