ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fAttribute (Function)
Returns or modifies the attributes of a file.
HDescribeItem (Example)
Usage example of the HDescribeItem function
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HChangeConnection (Example)
Usage example of the HChangeConnection function
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Constants for managing Map controls
Constants for managing Map controls...
HFSQL constants
List of constants used by the HFSQL functions....
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
FTPCommand (Function)
Sends a specific FTP command to a server.
FTPConnect (Example)
Usage example of the FTPConnect function
MapAddItinerary (Function)
Adds an itinerary onto a Map control.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
iBorder (Example)
Usage example of the iBorder function
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
FTPGet (Example)
Usage example of the FTPGet function