ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Creating nested reports
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......
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
HDelete (Function)
Deletes a record from a data file (query or view).
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Using a query with parameters
A query with parameters can be used......
HPass (Function)
Defines the password used to create or open a data file.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
SysRecentDocAdd (Function)
Adds a file into the list of recently opened documents.
iAddBookmark (Function)
Adds a bookmark in the report viewer or when exporting to PDF.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....