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...
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...
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...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
<DiskFile variable>.OpenTempFile (Function)
Creates and opens a temporary file.
WinEdCreateNote (Function)
Creates a Repositionable Note control.
<Palette variable>.Load (Function)
Loads a palette from a .wdpalette file.
<Source>.LogStop (Function)
Stops the log process of a file.
fSize (Example)
Usage example of the fSize function
iOSExcludeFileFromiCloud (Function)
Excludes a file from iCloud backup.
fCurrentDrive (Function)
Gets or sets the current drive.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
DriveCreateFile (Function)
Creates a file on the remote drive.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
15. Creating the executable in practice
Creating the executable in practice...
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
NetRenameFile (Function)
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV. This function is kept for backward compatibility....
Animate a Label field
Two methods can be used to animate a Static Text control......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Signature of iOS applications
Signing an application is mandatory from Xcode 8......
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
14. Report templates
...Report templates are used to easily standardize report layouts....
Image field: supported formats
The supported image formats are as follows:...
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......