ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HCopyRecord (Example)
Usage example of the HCopyRecord function
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Title (Property)
The Title property is used to get and change the title of an element.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
BackgroundTaskAdd (Function)
Adds a new background task.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
AAF: Automatic filter on the columns of Table controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
WinEdRedo (Function)
Runs the last action undone by the end user ("Allow end users to modify the UI" option enabled).
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.