ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
HReadSeek (Example)
Usage example of the HReadSeek function
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
HLinkMemo (Example)
Usage example of the HLinkMemo function
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
HCreateView (Example)
Usage example of the HCreateView function
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
HAdd (Example)
Usage example of the HAdd function