ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
WDAdminHF: Saving the databases
The remote HFSQL administrator allows you to create backups of HFSQL Client/Server data files......
Creating and handling an item
The main operations that can be performed on an item are as follows......
3. Site development life cycle
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Error 1010: The member of the class is constant
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Currencies
A currency is a real coded on 10 bytes....
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
AAF: Zoom the content of a control (Table, Spreadsheet, List box, Pivot table, ...)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....