ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
Date (Variable type)
The Date type is used to easily manipulate dates...
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
DnD constants
List of constants used by the functions for managing the Drag and Drop....
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or programmatically. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
NFC constants
List of constants used by the NFC functions...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
SQL functions for handling spatial data
Below are the main SQL functions that can be used to handle spatial data in SQL queries......
Date
The Date keyword can correspond to...
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
Creating a select query
A select query (corresponding SQL statement......