ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Time management help
Time management is extremely important......
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
WDBal messaging: Overview
WDBal is a secure messaging, included in WINDEV, WEBDEV and WINDEV Mobile......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
LDAPSession structure
The LDAPSession structure is a preset structure of WLanguage (no declaration is required)......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Events associated with List Box controls
List of events associated with List Box controls...
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
spHash (Property)
The spHash property is used to: Get the algorithm used for salting 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 algorithm used for salting (only for "Password" items described programmatically)....
Reloading a document
To reload a document, ......
Handling a chart in the editor
In the editor, a Chart control includes different sections......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
Events associated with TreeView controls
List of events associated with TreeView controls...
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
10. Customizing the aspect of a site: skin elements
Error 705: The property does not exist on this type
Examples for using the OLE DB provider for HFSQL