ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
The Organizer control
The Organizer control is used to display and handle organizers......
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
Document (Type of variable)
The Document type is used to handle a "docx" document.
<Connection variable>.SetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
SQLExec (Function)
Names and runs an SQL query.
IWListPosition (Function)
Displays the internal window corresponding to the specified position (in the list of internal windows browsed by an Internal Window control) or returns the position of the internal window currently displayed (in the list of internal windows browsed by an Internal Window control).
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
DownloadList (Function)
Lists the downloads from the current application in the download manager.
Image control in a window
This help page presents the characteristics of an Image control found in a window...
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Text (Property)
The Text property is used to get and modify text.
Calling a procedure/a function
Syntax for calling a local or global procedure.