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:
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
HFSQL Client/Server: Configuring the server
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Chart: Managing legends
Several types of legends are supported in the charts......
"?" menu
WINDEV proposes a help menu adapted to your applications......
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
HListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
HStatTime (Function)
Returns the time of the last update for the index statistics.
zipOpen (Function)
Opens an existing archive.
NET constants
List of constants used by the DotNet functions....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ReplicAdmin: Overview
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
upnpImage (Type of variable)
The upnpImage type is used to define the advanced characteristics of an image of UPnP device.
Financial constants
List of constants used by the financial functions....
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.