ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
ERR_BAD_URL
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file....
MultimediaVolume (Function)
Returns or modifies the sound volume of the multimedia file played in a Multimedia control.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
mongoGridFS (Type of variable)
The mongoGridFS type is used to define the advanced characteristics of a file system for a MongoDB database.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Handling Spreadsheet controls programmatically (in a window)
Spreadsheet controls can be handled programmatically......