ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server...
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
AppActivateVersion (Function)
Activates one of the application versions available in the history of versions on the reference setup server.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
WDTRAD options
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Manipulating Scheduler controls programmatically (prefix syntax)
A Scheduler control can be......
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<pdfDocument variable>.NbSignatures (Function)
Gets the number of signatures in a PDF document.
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
SSHWrite (Function)
Writes data into the specified SSH session.
<Table>.AddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.
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).
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
The Spin control
A Spin control is used to increase or reduce a value found in a control......
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
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......
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.