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...
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
FAQ about Windows Vista and later
This help page presents a list of problems that may occur when using Windows Vista and later......
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
zipFileSize (Example)
Usage example of the zipFileSize function
SOAPRun (Function)
Runs a procedure on a SOAP server.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
xBase files: Limits
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
Constants for WLanguage types
List of constants for managing WLanguage types....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......