ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
GDPR (Property)
The GDPR property is used to: find out if the GDPR applies to an item from a data file. define whether the GDPR should apply to an item (in the item description in the code only)....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
HOut (Example)
Usage example of the HOut function
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Events associated with HTML controls
WEBDEV includes different events associated with the HTML control......
The structure of the file for remote control
The management of remote control uses a file in INI format......
WDTrans: Overview
WDTrans is a tool for canceling transactions......
SysRecentDocList (Function)
Returns the list of recently opened documents.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the analysis.
ReplicationDirectory (Property)
The ReplicationDirectory property is used to manage the directory of replication files (".RPL" or ".RPM").
Set of fonts (WEBDEV site)
The browser support the most common fonts by default......
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Value (Property)
The Value property is used to get and change the value of an element.
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
CtDescribedCaption (Property)
The CtDescribedCaption property is used to get and set the caption of the connection to the OLE DB data source.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
fRead (Example)
Usage example of the fRead function
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
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......