ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Testing a static project
The test of the entire project allows simulating the startup of the site...
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Project description: Project tab
The project description window allows you to configure various elements of your project......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
AttachPointAdd (Function)
Defines an attach point for one of the two extremities of a Wire control.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
<Chart>.AddTimeData (Function)
Adds data at a precise moment in a time chart.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
PDFGetSignature (Function)
Gets the signature of a PDF document as a buffer.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
grAddTimeData (Function)
Adds data at a precise moment in a time chart.
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......
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
<Internal window>.ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
<PDF reader>.NbSignatures (Function)
Gets the number of signatures in a PDF Reader control.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Examples for using the OLE DB provider for HFSQL