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...
FileToURI (Function)
Saves the contents of a file to a resource identified by its URI.
grRBRotationDirection (Function)
Sets the rotation direction in a Radial Bar chart.
grRBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<mongoGridFS variable>.GetFileInfo (Function)
Used to get information about a MongoDB file (gridFS).
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.StatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
<Source>.TrackStop (Function)
Stops tracking a data file on an HFSQL server.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
ScrollValue (Property)
The ScrollValue property gets and sets the scroll value.
Binary (Property)
The Binary property is used to determine if an item is binary.
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
Date (Type of variable)
The Date type enables you to easily handle the dates...
fStopCompress (Function)
Stops the operation used to compress or decompress a file.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
WindowBitmap (Function)
Creates the image of the specified window in a BMP file.