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...
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:
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...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
SQLTransaction (Example)
Usage example of the SQLTransaction function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
xlsColumnType (Example)
Usage example of the xlsColumnType function
fWrite (Example)
Usage example of the fWrite function
zipExtractPath (Example)
Usage example of the zipExtractPath function
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
HModify (Example)
Usage example of the HModify function
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
KeyPressed (Function)
Checks which key is pressed.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Accessibilité (Property)
RadioButtonAdd (Function)
Adds a new option into a Radio Button control.
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.