ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
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.
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
Multiline Zone control functions
Functions for manipulating Multiline Zone controls....
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server)....
MemoryCurrency (Property)
The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
Radio Button control functions
The following functions are used to manage Radio Button controls......
ToolbarVisible (Property)
The ToolbarVisible property is used to: determine if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
<Window>.ToFile (Function)
Automatically updates: the values of a table's items in memory with the values from the controls in the window. The table items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
Warning 12: The label is unused
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
Functions for managing threads (prefix syntax)
List of functions for managing threads (prefix syntax)...
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.