ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to...
iPrintDuplicate (Function)
Prints a duplicate copy of a report.
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
xlsColumnType (Example)
Usage example of the xlsColumnType function
HChangeName (Example)
Usage example of the HChangeName function
fWrite (Example)
Usage example of the fWrite function
grSaveWMF (Function)
Saves a chart that was drawn beforehand in WMF format.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
HLinkMemo (Example)
Usage example of the HLinkMemo function
NumberAccessiblePages (Property)
The NumberAccessiblePages property is used to get the number of pages currently loaded in a PDF Reader or Word Processing control.
HModify (Example)
Usage example of the HModify function
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
How to populate a Table control programmatically?
This help page presents the different methods that can be used to populate a Table control programmatically....
KeyPressed (Function)
Checks which key is pressed.
Constants used by the TraceStart function
List of constants used by the TraceStart function....
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function