ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
FilteredItem (Property)
The FilteredItem property is used to identify the item that has a filter implemented by HFilter.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
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.
Cardinalities
The cardinalities are used to count the links between the files......
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Error 16: Incompatible CASE
<Table>.Print (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Query based on query
Queries can be based on items from another query......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Style of a control
As soon as it is created, a control is associated with a style......
Compilation options (HLP format)
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
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......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
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, ......
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
User Groupware files
Two categories of data files are managed......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......