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:
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Static control properties
List of properties associated with a Static control...
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Space (External language)
Fills the content of WdString with space characters on the right.
12. Synchronizing data
Designation of current element (Reserved word)
The keywords used to identify the current element are:
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HChangeLocation (Function)
Modifies the search mode of physical data files (.FIC, .NDX, ...).
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Spelling checker in the interface
WINDEV, WEBDEV and WINDEV Mobile allow you to use the OpenOffice spelling checker in your interfaces...
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
DotNetRun (Function)
Runs a procedure on a .Net server.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function