ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Recompiling the project
The project compilation is a process used to......
Constants for managing Gantt charts
Events associated with Chart controls
List of events associated with the Chart controls...
Properties associated with the chart series
List of properties associated with the chart series...
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
GenerationNumber (Property)
The GenerationNumber property is used to get the generation number of the physical data file associated with the logical data file.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
17. WLanguage: a simple and powerful language
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Managing the users of an application installed in network
The management of users allows you to find out from the server......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Materialized view