ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
WLanguage procedure called by KanbanFilter
WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter.
Types of Edit controls
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Cardinalities
The cardinalities are used to count the links between the files......
28. Site SEO
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
14. Report templates
...Report templates are used to easily standardize report layouts....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Constants for external files
List of constants used by the functions for managing external files....
The Breadcrumb control
The "Breadcrumb" control corresponds to a series of links allowing the Web user to go back into the logical tree structure of a site......
User Groupware files
Two categories of data files are managed......
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
Handling Organization Chart controls programmatically
8. 10 tips for better interfaces...
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.